Public Member Functions | |
EmdsHandlerSettings () | |
std::string | toString () const |
![]() | |
HandlerSettings () | |
Public Attributes | |
FeedDescriptor | settlementFeedDescriptor |
FeedDescriptor | openInterestFeedDescriptor |
FeedDescriptor | exchangeTradeFeedDescriptor |
![]() | |
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 372 of file HandlerSettings.h.
|
inline |
Constructor.
Definition at line 375 of file HandlerSettings.h.
|
inline |
Returns the string representation.
Definition at line 390 of file HandlerSettings.h.
FeedDescriptor exchangeTradeFeedDescriptor |
Sets On-exchange trade prices feed technical configuration.
Definition at line 387 of file HandlerSettings.h.
FeedDescriptor openInterestFeedDescriptor |
Sets Open Interest prices feed technical configuration.
Definition at line 384 of file HandlerSettings.h.
FeedDescriptor settlementFeedDescriptor |
Sets Settlement prices feed technical configuration.
Definition at line 381 of file HandlerSettings.h.