Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.27 KB

BatchAmendItem.md

File metadata and controls

20 lines (15 loc) · 1.27 KB

Io.Gate.GateApi.Model.BatchAmendItem

Order information that needs to be modified

Properties

Name Type Description Notes
OrderId string The order ID returned upon successful creation or the custom ID specified by the user during creation (i.e., the 'text' field).
CurrencyPair string Currency pair
Account string Default spot, unified account and warehouse-by-store leverage account. [optional]
Amount string trade amount, only one of amount and price can be specified [optional]
Price string trade price, only one of amount and price can be specified [optional]
AmendText string Custom info during amending order [optional]
ActionMode string 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]