EngineConfig
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:43)
Properties
auth?
optionalauth?:AuthConfig
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:58)
autoRestartOnDisconnection?
optionalautoRestartOnDisconnection?:boolean
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:61)
commandQueueSize?
optionalcommandQueueSize?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:53)
fieldCachePath?
optionalfieldCachePath?:string
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:57)
host?
optionalhost?:string
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:44)
keepAliveEnabled?
optionalkeepAliveEnabled?:boolean
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:71)
Enable BLPAPI keep-alive pings. SDK default: true.
keepAliveInactivityMs?
optionalkeepAliveInactivityMs?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:73)
Milliseconds of inactivity before keep-alive ping is sent. SDK default: 20000.
keepAliveResponseTimeoutMs?
optionalkeepAliveResponseTimeoutMs?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:75)
Milliseconds to wait for a keep-alive response. SDK default: 10000.
maxEventQueueSize?
optionalmaxEventQueueSize?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:52)
numStartAttempts?
optionalnumStartAttempts?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:60)
overflowPolicy?
optionaloverflowPolicy?:string
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:55)
port?
optionalport?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:45)
requestPoolSize?
optionalrequestPoolSize?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:48)
requestTimeoutMs?
optionalrequestTimeoutMs?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:64)
Hard per-request timeout in ms; 0 disables. Default 60000.
retryPolicy?
optionalretryPolicy?:RetryPolicy
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:62)
sdkLogLevel?
optionalsdkLogLevel?:string
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:80)
servers?
optionalservers?:ServerAddress[]
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:46)
slowConsumerHiWaterMark?
optionalslowConsumerHiWaterMark?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:77)
Slow-consumer hi water mark as fraction of maxEventQueueSize. SDK default: 0.75.
slowConsumerLoWaterMark?
optionalslowConsumerLoWaterMark?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:79)
Slow-consumer lo water mark as fraction of maxEventQueueSize. SDK default: 0.5.
socks5?
optionalsocks5?:Socks5Config
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:81)
streamsDeactivatedWarnMs?
optionalstreamsDeactivatedWarnMs?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:69)
Warn threshold for a subscription's streams staying deactivated, in ms. 0 disables. Default 30000.
subscriptionFlushThreshold?
optionalsubscriptionFlushThreshold?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:51)
subscriptionPoolSize?
optionalsubscriptionPoolSize?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:49)
subscriptionStreamCapacity?
optionalsubscriptionStreamCapacity?:number
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:54)
tls?
optionaltls?:TlsConfig
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:59)
validationMode?
optionalvalidationMode?:string
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:50)
warmupServices?
optionalwarmupServices?:string[]
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:56)
zfpRemote?
optionalzfpRemote?:"8194"|"8196"
Defined in: js-xbbg/src/index.ts (declaration: index.d.ts:47)
