Public Member Functions | |
EobiHandlerSettings () | |
std::string | toString () const |
![]() | |
HandlerSettings () | |
Public Attributes | |
InterfaceDescriptor | interfaceDescriptor |
bool | buildInternalOrderBooks |
bool | startRecoveryOnPacketGap |
unsigned | maxBooksObjectAmount |
unsigned | bookDepth |
![]() | |
std::string | licenseString |
std::string | licenseDirectory |
std::string | logDirectory |
std::string | logFileNamePrefix |
LogSettings::Enum | logSettings |
LogLevel::Enum | logLevel |
std::string | networkInterface |
std::string | networkInterfaceA |
std::string | networkInterfaceB |
bool | useFeedA |
bool | useFeedB |
unsigned int | heartbeatInterval |
unsigned int | lostPacketWaitTime |
unsigned int | outOfOrderPacketMaxInterval |
unsigned int | messagePoolSize |
Definition at line 401 of file HandlerSettings.h.
|
inline |
Constructor.
Definition at line 404 of file HandlerSettings.h.
|
inline |
Returns the string representation.
Definition at line 434 of file HandlerSettings.h.
unsigned bookDepth |
Sets max book depth for order books. Default value is 10.
Definition at line 431 of file HandlerSettings.h.
bool buildInternalOrderBooks |
Build internal books.
Definition at line 418 of file HandlerSettings.h.
InterfaceDescriptor interfaceDescriptor |
Sets data interface technical configuration.
Definition at line 415 of file HandlerSettings.h.
unsigned maxBooksObjectAmount |
Defines size of preallocated memory for Order Book. Default value is 100.
Definition at line 428 of file HandlerSettings.h.
bool startRecoveryOnPacketGap |
Sets flag to start snasphot recovery on packet gap.
Definition at line 425 of file HandlerSettings.h.