Interface: TickIndexFull
Index Full packet
Hierarchy
-
Omit
<TickIndexQuote
,"mode"
>↳
TickIndexFull
Properties
change
change: number
Price change
Inherited from
Omit.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: "full"
Packet mode is 'full'
ohlc
ohlc: Object
Open, High, Low and Close data
Type declaration
Name | Type | Description |
---|---|---|
close | number | Close of the day |
high | number | High of the day |
low | number | Low of the day |
open | number | Open of the day |
Inherited from
Omit.ohlc
timestamp
timestamp: Date
Exchange timestamp
tradable
tradable: boolean
Whether the instrument is tradable or not. false
for Indices
Inherited from
Omit.tradable