API Reference / MarketFeedWSOptionsWithLogger
Interface: MarketFeedWSOptionsWithLogger
Defined in: src/ws/MarketFeedWS.ts:23
Extends
Properties
token?
optionaltoken?:string
Defined in: src/types/ws.types.ts:135
Inherited from
clientId
clientId:
string
Defined in: src/types/ws.types.ts:136
Inherited from
url?
optionalurl?:string
Defined in: src/types/ws.types.ts:137
Inherited from
reconnectDelayMs?
optionalreconnectDelayMs?:number
Defined in: src/types/ws.types.ts:138
Inherited from
MarketFeedWSOptions.reconnectDelayMs
maxReconnectDelayMs?
optionalmaxReconnectDelayMs?:number
Defined in: src/types/ws.types.ts:139
Inherited from
MarketFeedWSOptions.maxReconnectDelayMs
maxReconnectAttempts?
optionalmaxReconnectAttempts?:number
Defined in: src/types/ws.types.ts:140
Inherited from
MarketFeedWSOptions.maxReconnectAttempts
mode?
optionalmode?:MarketFeedMode
Defined in: src/types/ws.types.ts:141
Inherited from
webSocketFactory?
optionalwebSocketFactory?: (url) =>WebSocketLike
Defined in: src/types/ws.types.ts:142
Parameters
url
string
Returns
Inherited from
MarketFeedWSOptions.webSocketFactory
tokenProvider?
optionaltokenProvider?: () =>string|Promise<string>
Defined in: src/types/ws.types.ts:143
Returns
string | Promise<string>
Inherited from
MarketFeedWSOptions.tokenProvider
logger?
optionallogger?:Logger
Defined in: src/ws/MarketFeedWS.ts:24