Skip to content

API Reference


API Reference / FullQuote

Interface: FullQuote

Defined in: src/resources/MarketFeed.ts:32

Extends

Indexable

[key: string]: unknown

Properties

last_price?

optional last_price?: number

Defined in: src/resources/MarketFeed.ts:13

Inherited from

OhlcQuote.last_price


ohlc?

optional ohlc?: object

Defined in: src/resources/MarketFeed.ts:18

open?

optional open?: number

high?

optional high?: number

low?

optional low?: number

close?

optional close?: number

Inherited from

OhlcQuote.ohlc


volume?

optional volume?: number

Defined in: src/resources/MarketFeed.ts:33


oi?

optional oi?: number

Defined in: src/resources/MarketFeed.ts:34


buy_quantity?

optional buy_quantity?: number

Defined in: src/resources/MarketFeed.ts:35


sell_quantity?

optional sell_quantity?: number

Defined in: src/resources/MarketFeed.ts:36


net_change?

optional net_change?: number

Defined in: src/resources/MarketFeed.ts:37


depth?

optional depth?: object

Defined in: src/resources/MarketFeed.ts:38

buy?

optional buy?: DepthLevel[]

sell?

optional sell?: DepthLevel[]

Community project — not affiliated with Dhan. MIT License.