upstox-dotnet

UpstoxClient.Model.MarketQuoteSymbol

Properties

Name Type Description Notes
Ohlc Ohlc   [optional]
Depth DepthMap   [optional]
Timestamp string Time in milliseconds at which the feeds was updated [optional]
InstrumentToken string Key issued by Upstox for the instrument [optional]
Symbol string Shows the trading symbol of the instrument [optional]
LastPrice double? The last traded price of symbol [optional]
Volume long? The volume traded today on symbol [optional]
AveragePrice double? Average price [optional]
Oi double? Total number of outstanding contracts held by market participants exchange-wide (only F&O) [optional]
NetChange double? The absolute change from yesterday's close to last traded price [optional]
TotalBuyQuantity double? The total number of bid quantity available for trading [optional]
TotalSellQuantity double? The total number of ask quantity available for trading [optional]
LowerCircuitLimit double? The lower circuit of symbol [optional]
UpperCircuitLimit double? The upper circuit of symbol [optional]
LastTradeTime string Time in milliseconds at which last trade happened [optional]
OiDayHigh double?   [optional]
OiDayLow double?   [optional]

[Back to Model list] [Back to API list] [Back to README]