Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

BatchAmendItem.md

File metadata and controls

16 lines (12 loc) · 1.03 KB

BatchAmendItem

Order information that needs to be modified

Properties

Name Type Description Notes
order_id str The order ID returned upon successful creation or the custom ID specified by the user during creation (i.e., the 'text' field).
currency_pair str Currency pair
account str Default to spot, portfolio, and margin accounts if not specified. Use 'cross_margin' to query cross margin accounts. Only 'cross_margin' can be specified for portfolio margin accounts. [optional]
amount str trade amount, only one of amount and price can be specified [optional]
price str trade price, only one of amount and price can be specified [optional]
amend_text str Custom info during amending order [optional]

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