API Reference / OrderUpdateWSOptionsWithLogger
Interface: OrderUpdateWSOptionsWithLogger
Defined in: src/ws/OrderUpdateWS.ts:13
Extends
Properties
token?
optionaltoken?:string
Defined in: src/types/ws.types.ts:159
Inherited from
clientId
clientId:
string
Defined in: src/types/ws.types.ts:160
Inherited from
url?
optionalurl?:string
Defined in: src/types/ws.types.ts:161
Inherited from
reconnectDelayMs?
optionalreconnectDelayMs?:number
Defined in: src/types/ws.types.ts:162
Inherited from
OrderUpdateWSOptions.reconnectDelayMs
maxReconnectDelayMs?
optionalmaxReconnectDelayMs?:number
Defined in: src/types/ws.types.ts:163
Inherited from
OrderUpdateWSOptions.maxReconnectDelayMs
maxReconnectAttempts?
optionalmaxReconnectAttempts?:number
Defined in: src/types/ws.types.ts:164
Inherited from
OrderUpdateWSOptions.maxReconnectAttempts
webSocketFactory?
optionalwebSocketFactory?: (url) =>WebSocketLike
Defined in: src/types/ws.types.ts:165
Parameters
url
string
Returns
Inherited from
OrderUpdateWSOptions.webSocketFactory
tokenProvider?
optionaltokenProvider?: () =>string|Promise<string>
Defined in: src/types/ws.types.ts:166
Returns
string | Promise<string>
Inherited from
OrderUpdateWSOptions.tokenProvider
userType?
optionaluserType?:"SELF"|"PARTNER"
Defined in: src/types/ws.types.ts:167
Inherited from
partnerId?
optionalpartnerId?:string
Defined in: src/types/ws.types.ts:168
Inherited from
OrderUpdateWSOptions.partnerId
partnerSecret?
optionalpartnerSecret?:string
Defined in: src/types/ws.types.ts:169
Inherited from
OrderUpdateWSOptions.partnerSecret
logger?
optionallogger?:Logger
Defined in: src/ws/OrderUpdateWS.ts:14