Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 2.51 KB

File metadata and controls

57 lines (49 loc) · 2.51 KB

PositionListItem

Properties

Name Type Description Notes
symbol String Symbol [optional]
exchange ExchangeEnum Exchange, supports us, hk, and kr [optional]
quoteCurrency String Quote currency [optional]
quoteCurrencyPrecision Integer Quote currency precision [optional]
fxRate String Quote currency to USD exchange rate [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]
symbolDesc String [optional]
positionPnl String Position P&L [optional]
todayPnl String Today's P&L [optional]
pnlRate String Yield [optional]
todaySellAmount String Today's sales amount [optional]
todayBuyAmount String Today's purchase amount [optional]
todaySellVolume String Today's sell volume [optional]
todayBuyVolume String Today's buy volume [optional]
yesterdayVolume String Previous close position quantity [optional]
volume String Position quantity [optional]
available String Available position quantity [optional]
transferOutPendingQty String Stock transfer in progress quantity [optional]
avgCostPrice String Cost price [optional]
dilutedCostPrice String Diluted cost price [optional]
lastPrice String Latest price [optional]
extendedLastPrice String Extended hours latest price [optional]
maxOrderVolume String [optional]
stepOrderVolume String [optional]
minOrderVolume String [optional]
pricePrecision Integer [optional]
priceProtection String [optional]
sellPriceProtection String [optional]
buyPriceProtection String [optional]
commissionRate String Fee Rate [optional]
slippageRate String [optional]

Enum: ExchangeEnum

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

Enum: TradeStatusEnum

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