cancel_order
Cancel an existing order using its order ID and account sequence. Orders already filled cannot be canceled.
Instructions
기존 주문을 취소합니다. 이미 체결된 주문은 취소할 수 없습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | 취소할 주문의 주문 식별자 | |
| account_seq | Yes | 계좌 식별자 (get_accounts로 조회한 accountSeq) |