Futures order details
| Name | Type | Description | Notes |
|---|---|---|---|
| initial | FuturesInitialOrder | ||
| trigger | FuturesPriceTrigger | ||
| id | Long | Auto order ID | [optional] [readonly] |
| user | Integer | User ID | [optional] [readonly] |
| createTime | BigDecimal | Creation time | [optional] [readonly] |
| finishTime | BigDecimal | Finished time | [optional] [readonly] |
| tradeId | Long | ID of the newly created order on condition triggered | [optional] [readonly] |
| status | StatusEnum | Order status. | [optional] [readonly] |
| finishAs | FinishAsEnum | How order is finished | [optional] [readonly] |
| reason | String | Extra messages of how order is finished | [optional] [readonly] |
| Name | Value |
|---|---|
| OPEN | "open" |
| FINISHED | "finished" |
| Name | Value |
|---|---|
| CANCELLED | "cancelled" |
| SUCCEEDED | "succeeded" |
| FAILED | "failed" |
| EXPIRED | "expired" |