Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.02 KB

LiquidateOrder.md

File metadata and controls

15 lines (11 loc) · 1.02 KB

LiquidateOrder

Liquidate Order detail

Properties

Name Type Description Notes
text str User defined information. If not empty, must follow the rules below: 1. prefixed with `t-` 2. no longer than 28 bytes without `t-` prefix 3. can only include 0-9, A-Z, a-z, underscore(_), hyphen(-) or dot(.) [optional]
currency_pair str Currency pair
amount str Trade amount
price str Order price
action_mode str Processing Mode: Different fields are returned when placing an order based on action_mode. This field is only valid during the request, and it 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]