Name | Type | Description | Notes |
---|---|---|---|
Text | string | 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] |
CurrencyPair | string | Currency pair | |
Amount | string | Trade amount | |
Price | string | Order price | |
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 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] |