[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.09 KB

CancelBatchOrder.md

File metadata and controls

14 lines (10 loc) · 1.09 KB

CancelBatchOrder

Info of order to be cancelled

Properties

Name Type Description Notes
currency_pair str Order currency pair
id str Order ID or user custom ID. Custom ID are accepted only within 30 minutes after order creation
account str If cancelled order is cross margin order or is portfolio margin account's API key, this field must be set and can only be `cross_margin`If cancelled order is cross margin order, this field must be set and can only be `cross_margin` [optional]
action_mode str Processing Mode: When placing an order, different fields are returned based on action_mode. This field is only valid during the request and is not included in the response result ACK: Asynchronous mode, only returns key order fields RESULT: No clearing information FULL: Full mode (default) [optional]

[Back to Model list] [Back to API list] [Back to README]