API Reference / Constants / FeedRequest
Variable: FeedRequest
constFeedRequest:object
Defined in: src/constants.ts:217
Request codes for the Live Market Feed WebSocket.
Type Declaration
CONNECT
readonlyCONNECT:11=11
DISCONNECT
readonlyDISCONNECT:12=12
SUBSCRIBE_TICKER
readonlySUBSCRIBE_TICKER:15=15
UNSUBSCRIBE_TICKER
readonlyUNSUBSCRIBE_TICKER:16=16
SUBSCRIBE_QUOTE
readonlySUBSCRIBE_QUOTE:17=17
UNSUBSCRIBE_QUOTE
readonlyUNSUBSCRIBE_QUOTE:18=18
SUBSCRIBE_FULL
readonlySUBSCRIBE_FULL:21=21
UNSUBSCRIBE_FULL
readonlyUNSUBSCRIBE_FULL:22=22
SUBSCRIBE_DEPTH
readonlySUBSCRIBE_DEPTH:23=23
UNSUBSCRIBE_DEPTH
readonlyUNSUBSCRIBE_DEPTH:24=24