Construct a SessionOption with well defined defaults for various
options
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SessionOptions()
Public Sub New
public: SessionOptions()
Remarks
Currently the following defaults are applied
ServerHost = "127.0.0.1"
ServerPort = 8194
WriteHighWaterMark = 128MB
MaxEventQueueSize = 10000
MaxPendingRequests = 1024
AllowMultipleCorrelatorsPerMsg = false
SlowConsumerWarningHiWaterMark = 0.75
SlowConsumerWarningLoWaterMark = 0.50
DefaultSubscriptionService = "//blp/mktdata"
DefaultTopicPrefix = "ticker/"
ClientMode = SessionOptions.ClientMode.AUTO
ServerHost = "127.0.0.1"
ServerPort = 8194
WriteHighWaterMark = 128MB
MaxEventQueueSize = 10000
MaxPendingRequests = 1024
AllowMultipleCorrelatorsPerMsg = false
SlowConsumerWarningHiWaterMark = 0.75
SlowConsumerWarningLoWaterMark = 0.50
DefaultSubscriptionService = "//blp/mktdata"
DefaultTopicPrefix = "ticker/"
ClientMode = SessionOptions.ClientMode.AUTO
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1