Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.04 KB

File metadata and controls

12 lines (9 loc) · 1.04 KB

LiquidateOrder

Properties

Name Type Description Notes
text string Order custom information. Users can set custom ID with this field. Custom fields must meet the following conditions: 1. Must start with `t-` 2. Excluding `t-`, length cannot exceed 28 bytes 3. Can only contain numbers, letters, underscore(_), hyphen(-) or dot(.) [optional] [default to undefined]
currencyPair string Currency pair [default to undefined]
amount string Trade amount [default to undefined]
price string Order price [default to undefined]
actionMode string Processing mode: Different fields are returned when placing an order based on action_mode. This field is only valid during the request and is not included in the response `ACK`: Asynchronous mode, only returns key order fields `RESULT`: No liquidation information `FULL`: Full mode (default) [optional] [default to undefined]