| Name | Type | Description | Notes |
|---|---|---|---|
| symbol | String | Symbol | [optional] |
| exchange | ExchangeEnum | Exchange, supports us, hk, and kr | [optional] |
| exchangeDesc | String | Exchange description | [optional] |
| quoteCurrency | String | Quote currency | [optional] |
| quoteCurrencyPrecision | Integer | Quote currency precision | [optional] |
| fxRate | String | Quote currency to USD exchange rate | [optional] |
| symbolDesc | String | Symbol description | [optional] |
| category | String | Category | [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] |
| orderFillTiming | OrderFillTimingEnum | Order fill timing (1=immediate, 2=after pre-market opens, 3=after regular session opens) | [optional] |
| iconLink | String | Icon URL | [optional] |
| quoteCurrencySymbol | String | Quote currency symbol | [optional] |
| pricePrecision | Integer | Price precision | [optional] |
| volumePrecision | Integer | Quantity precision | [optional] |
| isIpo | Boolean | Whether it is an IPO symbol | [optional] |
| ipoPrice | String | IPO price | [optional] |
| sellPriceProtection | String | Sell price protection rate | [optional] |
| buyPriceProtection | String | Buy price protection rate | [optional] |
| symbolDescs | List<I18nTxt> | Multilingual symbol description | [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 |
|---|---|
| NUMBER_1 | 1 |
| NUMBER_2 | 2 |
| NUMBER_3 | 3 |