Skip to content

API Reference


API Reference / Constants / FeedRequest

Variable: FeedRequest

const FeedRequest: object

Defined in: src/constants.ts:217

Request codes for the Live Market Feed WebSocket.

Type Declaration

CONNECT

readonly CONNECT: 11 = 11

DISCONNECT

readonly DISCONNECT: 12 = 12

SUBSCRIBE_TICKER

readonly SUBSCRIBE_TICKER: 15 = 15

UNSUBSCRIBE_TICKER

readonly UNSUBSCRIBE_TICKER: 16 = 16

SUBSCRIBE_QUOTE

readonly SUBSCRIBE_QUOTE: 17 = 17

UNSUBSCRIBE_QUOTE

readonly UNSUBSCRIBE_QUOTE: 18 = 18

SUBSCRIBE_FULL

readonly SUBSCRIBE_FULL: 21 = 21

UNSUBSCRIBE_FULL

readonly UNSUBSCRIBE_FULL: 22 = 22

SUBSCRIBE_DEPTH

readonly SUBSCRIBE_DEPTH: 23 = 23

UNSUBSCRIBE_DEPTH

readonly UNSUBSCRIBE_DEPTH: 24 = 24

Community project — not affiliated with Dhan. MIT License.