| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Order ID | [optional] |
| create_time | str | Order creation time | [optional] |
| status | str | Order status - `open`: to be filled- `closed`: filled- `cancelled`: cancelled | [optional] |
| currency_pair | str | Currency pair | |
| type | str | Order type. limit - limit order | [optional] [default to 'limit'] |
| account | str | Account type. spot - use spot account; margin - use margin account | [optional] [default to 'spot'] |
| side | str | Order side | |
| amount | str | Trade amount | |
| price | str | Order price | |
| time_in_force | str | Time in force | [optional] [default to 'gtc'] |
| left | str | Amount left to fill | [optional] |
| fill_price | str | Fill price of the order | [optional] |