Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.02 KB

OrderPatch.md

File metadata and controls

13 lines (10 loc) · 1.02 KB

OrderPatch

Properties

Name Type Description Notes
currencyPair string Currency pair [optional] [default to undefined]
account string Specify query account. [optional] [default to undefined]
amount string New order amount. `amount` and `price` must specify one of them [optional] [default to undefined]
price string New order price. `amount` and `Price` must specify one of them" [optional] [default to undefined]
amendText string Custom info during amending order [optional] [default to undefined]
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] [default to undefined]