Spot price order details
| Name | Type | Description | Notes |
|---|---|---|---|
| trigger | SpotPriceTrigger | ||
| put | SpotPricePutOrder | ||
| id | int | Auto order ID | [optional] [readonly] |
| user | int | User ID | [optional] [readonly] |
| market | str | Market | |
| ctime | int | Created time | [optional] [readonly] |
| ftime | int | End time | [optional] [readonly] |
| fired_order_id | int | ID of the order created after trigger | [optional] [readonly] |
| status | str | Status - open: Running - cancelled: Manually cancelled - finish: Successfully completed - failed: Failed to execute - expired: Expired | [optional] [readonly] |
| reason | str | Additional description of how the order was completed | [optional] [readonly] |