EPAM B2BITS C++ Mit MarketData handler  1.25.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
Mit::ServiceOptions Struct Reference

#include <B2BITS_MitService.h>

Public Member Functions

 ServiceOptions ()
 

Public Attributes

std::string realTimeAddressA
 
u16 realTimePortA
 
std::string realTimeAddressB
 
u16 realTimePortB
 
std::string replayAdressA
 
u16 replayPortA
 
std::string replayAdressB
 
u16 replayPortB
 
std::string recoveryAdressA
 
u16 recoveryPortA
 
std::string recoveryAdressB
 
u16 recoveryPortB
 
bool itchToFix
 
bool itchNoDelay
 
std::string userName
 
std::string fastTemplateFilename
 
bool heartBeatIntervalInLogon
 
u32 cacheSize
 
u32 replayDelay
 
u32 dateReplayLoginLimit
 
u32 dateReplayRequestLimit
 
u32 dateRecoveryLoginLimit
 
u32 dateRecoveryRequestLimit
 
u32 autoReplayTimeOut
 
u32 autoRecoveryTimeOut
 
std::vector< std::string > segments
 
std::vector< std::string > instruments
 
u32 connectInterval
 
u32 connectAttempts
 
u32 maxConnectAttempts
 

Constructor & Destructor Documentation

Mit::ServiceOptions::ServiceOptions ( )
inline

Member Data Documentation

u32 Mit::ServiceOptions::autoRecoveryTimeOut
u32 Mit::ServiceOptions::autoReplayTimeOut
u32 Mit::ServiceOptions::cacheSize
u32 Mit::ServiceOptions::connectAttempts
u32 Mit::ServiceOptions::connectInterval
u32 Mit::ServiceOptions::dateRecoveryLoginLimit
u32 Mit::ServiceOptions::dateRecoveryRequestLimit
u32 Mit::ServiceOptions::dateReplayLoginLimit
u32 Mit::ServiceOptions::dateReplayRequestLimit
std::string Mit::ServiceOptions::fastTemplateFilename
bool Mit::ServiceOptions::heartBeatIntervalInLogon
std::vector<std::string> Mit::ServiceOptions::instruments
bool Mit::ServiceOptions::itchNoDelay
bool Mit::ServiceOptions::itchToFix
u32 Mit::ServiceOptions::maxConnectAttempts
std::string Mit::ServiceOptions::realTimeAddressA
std::string Mit::ServiceOptions::realTimeAddressB
u16 Mit::ServiceOptions::realTimePortA
u16 Mit::ServiceOptions::realTimePortB
std::string Mit::ServiceOptions::recoveryAdressA
std::string Mit::ServiceOptions::recoveryAdressB
u16 Mit::ServiceOptions::recoveryPortA
u16 Mit::ServiceOptions::recoveryPortB
std::string Mit::ServiceOptions::replayAdressA
std::string Mit::ServiceOptions::replayAdressB
u32 Mit::ServiceOptions::replayDelay
u16 Mit::ServiceOptions::replayPortA
u16 Mit::ServiceOptions::replayPortB
std::vector<std::string> Mit::ServiceOptions::segments
std::string Mit::ServiceOptions::userName