Skip to content

Latest commit

 

History

History
86 lines (70 loc) · 3.14 KB

File metadata and controls

86 lines (70 loc) · 3.14 KB

SymbolListItem

Properties

Name Type Description Notes
symbol String Symbol [optional]
exchange ExchangeEnum Exchange, supports us, hk, kr, and jp [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 CategoryEnum Symbol category. - CS: Common stock. - ETF: Exchange-traded funds. - ADRC, ADR: Depositary receipts for foreign companies listed in the U.S. - ETV: Exchange-traded products. - PFD: Preferred stock. - ETS: Exchange-traded securities. - ETN: Exchange-traded notes. - FUND: Funds. [optional]
assetType AssetTypeEnum Asset type. - STOCK: Stock. - ETF: Exchange-traded fund. [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]

Enum: ExchangeEnum

Name Value
US "us"
HK "hk"
KR "kr"
JP "jp"

Enum: CategoryEnum

Name Value
CS "CS"
ETF "ETF"
ADRC "ADRC"
ADR "ADR"
ETV "ETV"
PFD "PFD"
ETS "ETS"
ETN "ETN"
FUND "FUND"

Enum: AssetTypeEnum

Name Value
STOCK "STOCK"
ETF "ETF"

Enum: TradeStatusEnum

Name Value
PRE_MARKET "pre_market"
OPEN "open"
POST_MARKET "post_market"
CLOSED "closed"
GT_LP "gt_lp"

Enum: TradeModeEnum

Name Value
NUMBER_0 0
NUMBER_1 1
NUMBER_2 2
NUMBER_4 4

Enum: OrderFillTimingEnum

Name Value
NUMBER_1 1
NUMBER_2 2
NUMBER_3 3