Skip to Content
InterfacesTickFull

Interface: TickFull

Full packet with Market Depth data

Extends

Properties

average_traded_price

average_traded_price: number

Average traded price

Inherited from

TickQuote.average_traded_price


change

change: number

Price change

Inherited from

TickQuote.change


depth

depth: object

Market depth entries

There are ten entries in succession — five bid entries and five offer entries.

buy

buy: object[]

Bid entries

sell

sell: object[]

Offer entries


exchange_timestamp

exchange_timestamp: Date

Exchange timestamp


instrument_token

instrument_token: number

Instrument token

Inherited from

TickLtp.instrument_token


last_price

last_price: number

Last traded price

Inherited from

TickLtp.last_price


last_trade_time

last_trade_time: Date

Last traded timestamp


last_traded_quantity

last_traded_quantity: number

Last traded quantity

Inherited from

TickQuote.last_traded_quantity


mode

mode: "full"

Packet mode is ‘full’


ohlc

ohlc: object

Open, High, Low and Close data

close

close: number

Close price of the day

high

high: number

High price of the day

low

low: number

Low price of the day

open

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

TickQuote.total_buy_quantity


total_sell_quantity

total_sell_quantity: number

Total sell quantity

Inherited from

TickQuote.total_sell_quantity


tradable

tradable: boolean

Whether the instrument is tradable or not. false for Indices

Inherited from

TickLtp.tradable


volume_traded

volume_traded: number

Volume traded for the day

Inherited from

TickQuote.volume_traded