OnixS C++ Eurex T7 Market and Reference Data (EMDI, MDI, RDI, EOBI) Handlers  18.1.1
API documentation
EmdsHandlerSettings Struct Reference

Public Member Functions

 EmdsHandlerSettings ()
 
std::string toString () const
 
- Public Member Functions inherited from HandlerSettings
 HandlerSettings ()
 

Public Attributes

FeedDescriptor settlementFeedDescriptor
 
FeedDescriptor openInterestFeedDescriptor
 
FeedDescriptor exchangeTradeFeedDescriptor
 
- Public Attributes inherited from HandlerSettings
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
 

Detailed Description

Definition at line 372 of file HandlerSettings.h.

Constructor & Destructor Documentation

EmdsHandlerSettings ( )
inline

Constructor.

Definition at line 375 of file HandlerSettings.h.

Member Function Documentation

std::string toString ( ) const
inline

Returns the string representation.

Definition at line 390 of file HandlerSettings.h.

Member Data Documentation

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.