Interfaces
TickIndexQuote

Interface: TickIndexQuote

Index Quote packet

Hierarchy

  • Omit<TickLtp, "mode">

    TickIndexQuote

Properties

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


mode

mode: "quote"

Packet mode is 'quote'


ohlc

ohlc: Object

Open, High, Low and Close data

Type declaration

NameTypeDescription
closenumberClose of the day
highnumberHigh of the day
lownumberLow of the day
opennumberOpen of the day

tradable

tradable: boolean

Whether the instrument is tradable or not. false for Indices

Inherited from

Omit.tradable