modify_order
Modify existing stock orders to correct price or quantity. For Korean stocks, adjust both price and quantity; for US stocks, only price can be changed.
Instructions
기존 주문의 가격 또는 수량을 정정합니다. 국내 주식은 가격+수량 정정 가능, 미국 주식은 가격만 정정 가능합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | 새 주문 가격 (지정가 주문 필수) | |
| order_id | Yes | 정정할 주문의 주문 식별자 | |
| quantity | No | 새 주문 수량 (국내 주식 전용, 양의 정수만 허용) | |
| order_type | Yes | 호가 유형 | |
| account_seq | Yes | 계좌 식별자 (get_accounts로 조회한 accountSeq) | |
| confirm_high_value_order | No | 정정 후 1억원 이상이 될 경우 확인 플래그 |