cancel_all_orders
Cancels every open order for a specified symbol. Confirms the symbol with the user first, so only intended orders are affected.
Instructions
Cancel every open order for a symbol. Confirm the symbol with the user first — this affects orders the user may not have asked about. Same order gate as place_limit_order.
The symbol filter is verified: with working orders on two symbols, this
revoked only the one named. Darwin answers REVALL with a single TRADOK
3002 that carries the id of the order it revoked, not the symbol asked
about, so read the resulting order list rather than the ack to learn what
went.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||