Interface: TickQuote
Quote packet
Hierarchy
-
Omit
<TickLtp
,"mode"
>↳
TickQuote
Properties
average_traded_price
average_traded_price: number
Average traded price
change
change: number
Price change
instrument_token
instrument_token: number
Instrument token
Inherited from
Omit.instrument_token
last_price
last_price: number
Last traded price
Inherited from
Omit.last_price
last_traded_quantity
last_traded_quantity: number
Last traded quantity
mode
mode: "quote"
Packet mode is ‘quote’
ohlc
ohlc: Object
Open, High, Low and Close data
Type declaration
Name | Type | Description |
---|---|---|
close | number | Close price of the day |
high | number | High price of the day |
low | number | Low price of the day |
open | number | Open price of the day |
total_buy_quantity
total_buy_quantity: number
Total buy quantity
total_sell_quantity
total_sell_quantity: number
Total sell quantity
tradable
tradable: boolean
Whether the instrument is tradable or not. false
for Indices
Inherited from
Omit.tradable
volume_traded
volume_traded: number
Volume traded for the day