| Name | Type | Description | Notes |
|---|---|---|---|
| orderId | String | Order ID | [optional] |
| symbol | String | Symbol | [optional] |
| exchange | ExchangeEnum | Exchange, supports us, hk, and kr | [optional] |
| quoteCurrency | String | Quote currency | [optional] |
| fxRate | String | Quote currency to USD exchange rate | [optional] |
| symbolDesc | String | Symbol description | [optional] |
| tradeStatus | TradeStatusEnum | Trading status. - pre_market: Pre-market. - open: Regular trading session. - post_market: Post-market. - closed: Market closed. - gt_lp: GT LP session. | [optional] |
| tradeMode | TradeModeEnum | Current session trading mode. - 0: Trading disabled. - 1: Buy only. - 2: Sell only. - 4: Buy and sell supported. | [optional] |
| priceType | PriceTypeEnum | Price type (market = market order, limit = limit order) | [optional] |
| side | SideEnum | Side (1=sell, 2=buy) | [optional] |
| status | Integer | Order status | [optional] |
| volume | String | Order quantity | [optional] |
| fillVolume | String | Trading size | [optional] |
| price | String | Order price | [optional] |
| timeSetup | Long | Order creation time (Unix timestamp, seconds) | [optional] |
| timeUpdate | Long | Order update time (Unix timestamp, seconds) | [optional] |
| maxOrderVolume | String | Maximum order quantity | [optional] |
| stepOrderVolume | String | Order step size | [optional] |
| minOrderVolume | String | Minimum order quantity | [optional] |
| pricePrecision | Integer | Price precision | [optional] |
| priceProtection | String | Price protection range | [optional] |
| sellPriceProtection | String | Sell price protection rate | [optional] |
| buyPriceProtection | String | Buy price protection rate | [optional] |
| commissionRate | String | Fee Rate | [optional] |
| slippageRate | String | Slippage | [optional] |
| Name | Value |
|---|---|
| US | "us" |
| HK | "hk" |
| KR | "kr" |
| Name | Value |
|---|---|
| PRE_MARKET | "pre_market" |
| OPEN | "open" |
| POST_MARKET | "post_market" |
| CLOSED | "closed" |
| GT_LP | "gt_lp" |
| Name | Value |
|---|---|
| NUMBER_0 | 0 |
| NUMBER_1 | 1 |
| NUMBER_2 | 2 |
| NUMBER_4 | 4 |
| Name | Value |
|---|---|
| MARKET | "market" |
| LIMIT | "limit" |
| Name | Value |
|---|---|
| NUMBER_1 | 1 |
| NUMBER_2 | 2 |