Interface: TickFull
Full packet with Market Depth data
Hierarchy
-
Omit
<TickQuote
,"mode"
>↳
TickFull
Properties
average_traded_price
average_traded_price: number
Average traded price
Inherited from
Omit.average_traded_price
change
change: number
Price change
Inherited from
Omit.change
depth
depth: Object
Market depth entries
There are ten entries in succession — five bid entries and five offer entries.
Type declaration
Name | Type | Description |
---|---|---|
buy | { orders : number ; price : number ; quantity : number }[] | Bid entries |
sell | { orders : number ; price : number ; quantity : number }[] | Offer entries |
exchange_timestamp
exchange_timestamp: Date
Exchange timestamp
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_trade_time
last_trade_time: Date
Last traded timestamp
last_traded_quantity
last_traded_quantity: number
Last traded quantity
Inherited from
Omit.last_traded_quantity
mode
mode: "full"
Packet mode is ‘full’
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 |
Inherited from
Omit.ohlc
oi
oi: number
Open Interest
oi_day_high
oi_day_high: number
Open Interest Day High
oi_day_low
oi_day_low: number
Open Interest Day Low
total_buy_quantity
total_buy_quantity: number
Total buy quantity
Inherited from
Omit.total_buy_quantity
total_sell_quantity
total_sell_quantity: number
Total sell quantity
Inherited from
Omit.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
Inherited from
Omit.volume_traded