Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.24 KB

File metadata and controls

16 lines (13 loc) · 1.24 KB

# OrderPatch

Properties

Name Type Description Notes
currency_pair string Currency pair [optional]
account string Specify query account [optional]
amount string Trading quantity. Either `amount` or `price` must be specified [optional]
price string Trading price. Either `amount` or `price` must be specified [optional]
amend_text string Custom info during order amendment [optional]
action_mode 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]
stop_profit \GateApi\Model\SpotOrderStopProfit [optional]
stop_loss \GateApi\Model\SpotOrderStopLoss [optional]

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