Interface MarketQuoteNotification

Market quote notification from WebSocket.

Hierarchy

Properties

askPrice: number

Lowest ask price.

askQuantity: number

Total sell quantity.

bidPrice: number

Highest bid price.

bidQuantity: number

Total buy quantity.

candle: Candle

1 minute candle.

closePrice: number

Close price of the previous trading day.

currentPrice: number

LTP is the price from which the next sale of the stocks happens.

date: number

Timestamp sent by exchange (UNIX epoch).

exchange: Exchange

Name of the exchange. Eg: “NSE” or “BSE”.

highPrice: number

Highest price for the day.

lowPrice: number

Lowest price for the day.

marketStatus: number

Market status flag?

name: string

Short name for the symbol Eg: “SBIN-EQ”.

openInterest: number

Open interest.

openPrice: number

Price at market opening time.

previousOpenInterest: number

Previous day open interest.

priceChange: number

Change value.

priceChangePercent: number

Percentage of change between the current value and the previous day's market close.

priceSpread: number

Difference between lowest asking and highest bidding price.

symbol?: string

The symbol for which order is placed.

token: string

A unique identifier for every symbol.

tradedDate: number

Last traded time (UNIX epoch).

tradedPrice: number

Average traded price.

tradedQuantity: number

Last traded quantity.

volume: number

Today's volume.

Generated using TypeDoc