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

#include <OnixS/Eurex/MarketData/HandlerSettings.h>

Public Member Functions

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

Public Attributes

std::string fastTemplatesFile
 
InterfaceDescriptor interfaceDescriptor
 
bool buildInternalOrderBooks
 
bool startRecoveryOnPacketGap
 
- 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 short maxPacketSize
 
unsigned int heartbeatInterval
 
unsigned int lostPacketWaitTime
 
unsigned int outOfOrderPacketMaxInterval
 
unsigned int messagePoolSize
 

Detailed Description

Definition at line 354 of file HandlerSettings.h.

Constructor & Destructor Documentation

MdiHandlerSettings ( )
inline

Constructor.

Definition at line 357 of file HandlerSettings.h.

Member Function Documentation

std::string toString ( ) const
inline

Returns the string representation.

Definition at line 386 of file HandlerSettings.h.

Member Data Documentation

bool buildInternalOrderBooks

Build internal books.

Definition at line 376 of file HandlerSettings.h.

std::string fastTemplatesFile

Path to EUREX FAST templates Xml file.

Note
The default value is "MDIFastTemplates-1.1.xml".

Definition at line 368 of file HandlerSettings.h.

InterfaceDescriptor interfaceDescriptor

Sets data interface technical configuration.

Note
Snapshot feed is not used for MDI inteface, parameters will be ingnored.

Definition at line 373 of file HandlerSettings.h.

bool startRecoveryOnPacketGap

Sets flag to start snasphot recovery on packet gap.

Note
Implementation of Pessimistic approach. Recovery is triggered immediately when observing a missing PacketSeqNum without decoding the entire message.

Definition at line 383 of file HandlerSettings.h.


The documentation for this struct was generated from the following file: