Response data
| Name | Type | Description | Notes |
|---|---|---|---|
| orderId | Integer | Order ID | [optional] |
| logId | Integer | logID | [optional] |
| symbol | String | Trading pair of the order | [optional] |
| priceType | PriceTypeEnum | Trade type (market=market price, trigger=trigger price) | [optional] |
| state | Integer | Order status code (1=placed, 2=canceled, 3=partially filled, 4=filled, 5=rejected) | [optional] |
| side | SideEnum | Order side (1=sell, 2=buy) | [optional] |
| volume | String | Order volume | [optional] |
| price | String | Average fill price | [optional] |
| Name | Value |
|---|---|
| MARKET | "market" |
| TRIGGER | "trigger" |
| Name | Value |
|---|---|
| NUMBER_1 | 1 |
| NUMBER_2 | 2 |