Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.27 KB

File metadata and controls

16 lines (11 loc) · 1.27 KB

BatchAmendOrderReq

Modify contract order parameters

Properties

Name Type Description Notes
orderId Long Order id, order_id and text must contain at least one [optional]
text String User-defined order text, at least one of order_id and text must be passed [optional]
size String New order size, including filled size. - If less than or equal to the filled quantity, the order will be cancelled. - The new order side must be identical to the original one. - Close order size cannot be modified. - For reduce-only orders, increasing the size may cancel other reduce-only orders. - If the price is not modified, decreasing the size will not affect the depth queue, while increasing the size will place it at the end of the current price level. [optional]
price String New order price [optional]
amendText String Custom info during order amendment [optional]
actionMode String Processing Mode When placing an order, different fields are returned based on the action_mode - `ACK`: Asynchronous mode, returns only key order fields - `RESULT`: No clearing information - `FULL`: Full mode (default) [optional]