| Name | Type | Description | Notes |
|---|---|---|---|
| orderId | String | [optional] | |
| symbol | String | [optional] | |
| exchange | ExchangeEnum | Exchange, supports us, hk, and kr | [optional] |
| quoteCurrency | String | [optional] | |
| fxRate | String | Quote currency to USD exchange rate | [optional] |
| symbolDesc | String | [optional] | |
| priceType | PriceTypeEnum | Price type (market = market order, limit = limit order) | [optional] |
| status | Integer | Order status | [optional] |
| statusDesc | String | Order status description | [optional] |
| statusDetail | OrderHistoryListItemStatusDetail | [optional] | |
| finishAs | Integer | Order completion reason | [optional] |
| side | SideEnum | Side (1=sell, 2=buy) | [optional] |
| timeInForce | TimeInForceEnum | Time in force. - day: Day order. | [optional] |
| volume | String | [optional] | |
| fillVolume | String | [optional] | |
| price | String | [optional] | |
| avgFillPrice | String | [optional] | |
| commission | String | fee | [optional] |
| timeSetup | Long | [optional] | |
| timeDone | Long | [optional] |
| Name | Value |
|---|---|
| US | "us" |
| HK | "hk" |
| KR | "kr" |
| Name | Value |
|---|---|
| MARKET | "market" |
| LIMIT | "limit" |
| Name | Value |
|---|---|
| NUMBER_1 | 1 |
| NUMBER_2 | 2 |
| Name | Value |
|---|---|
| DAY | "day" |