Name | Type | Description | Notes |
---|---|---|---|
Initial | FuturesInitialOrder | ||
Trigger | FuturesPriceTrigger | ||
Id | int64 | Auto order ID | [optional] [readonly] |
User | int32 | User ID | [optional] [readonly] |
CreateTime | float64 | Creation time | [optional] [readonly] |
FinishTime | float64 | Finished time | [optional] [readonly] |
TradeId | int64 | ID of the newly created order on condition triggered | [optional] [readonly] |
Status | string | Auto order status - `open`: order is active - `finished`: order is finished - `inactive`: order is not active, only for close-long-order or close-short-order - `invalid`: order is invalid, only for close-long-order or close-short-order | [optional] [readonly] |
FinishAs | string | How order is finished | [optional] [readonly] |
Reason | string | Additional remarks on how the order was finished | [optional] [readonly] |
OrderType | string | Take-profit/stop-loss types, which include: - `close-long-order`: order take-profit/stop-loss, close long position - `close-short-order`: order take-profit/stop-loss, close short position - `close-long-position`: position take-profit/stop-loss, close long position - `close-short-position`: position take-profit/stop-loss, close short position - `plan-close-long-position`: position planned take-profit/stop-loss, close long position - `plan-close-short-position`: position planned take-profit/stop-loss, close short position The order take-profit/stop-loss can not be passed by request. These two types are read only. | [optional] |
MeOrderId | int64 | Corresponding order ID of order take-profit/stop-loss. | [optional] [readonly] |