Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.14 KB

BatchAmendOrderReq.md

File metadata and controls

12 lines (9 loc) · 1.14 KB

BatchAmendOrderReq

Properties

Name Type Description Notes
orderId number Order id, order_id and text must contain at least one [optional] [default to undefined]
text string User-defined order text, at least one of order_id and text must be passed [optional] [default to undefined]
size number The new order size, including the executed order size. - If it is less than or equal to the executed quantity, the order will be cancelled. - The new order direction must be consistent with the original one. - The size of the closing order cannot be modified. - For orders that only reduce positions, if the size is increased, other orders that only reduce positions may be kicked out. - If the price is not modified, reducing the size will not affect the depth of the queue, and increasing the size will place it at the end of the current price. [optional] [default to undefined]
price string New order price. [optional] [default to undefined]
amendText string Custom info during amending order [optional] [default to undefined]