EPAM B2BITS MarketData C++ library  1.0.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Public Attributes | List of all members
Lse::Gtp::ServiceOptions Struct Reference

#include <B2BITS_GtpService.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
 
std::string userName
 
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

◆ ServiceOptions()

Lse::Gtp::ServiceOptions::ServiceOptions ( )
inline

Member Data Documentation

◆ autoRecoveryTimeOut

u32 Lse::Gtp::ServiceOptions::autoRecoveryTimeOut

◆ autoReplayTimeOut

u32 Lse::Gtp::ServiceOptions::autoReplayTimeOut

◆ cacheSize

u32 Lse::Gtp::ServiceOptions::cacheSize

◆ connectAttempts

u32 Lse::Gtp::ServiceOptions::connectAttempts

◆ connectInterval

u32 Lse::Gtp::ServiceOptions::connectInterval

◆ dateRecoveryLoginLimit

u32 Lse::Gtp::ServiceOptions::dateRecoveryLoginLimit

◆ dateRecoveryRequestLimit

u32 Lse::Gtp::ServiceOptions::dateRecoveryRequestLimit

◆ dateReplayLoginLimit

u32 Lse::Gtp::ServiceOptions::dateReplayLoginLimit

◆ dateReplayRequestLimit

u32 Lse::Gtp::ServiceOptions::dateReplayRequestLimit

◆ instruments

std::vector<std::string> Lse::Gtp::ServiceOptions::instruments

◆ maxConnectAttempts

u32 Lse::Gtp::ServiceOptions::maxConnectAttempts

◆ realTimeAddressA

std::string Lse::Gtp::ServiceOptions::realTimeAddressA

◆ realTimeAddressB

std::string Lse::Gtp::ServiceOptions::realTimeAddressB

◆ realTimePortA

u16 Lse::Gtp::ServiceOptions::realTimePortA

◆ realTimePortB

u16 Lse::Gtp::ServiceOptions::realTimePortB

◆ recoveryAdressA

std::string Lse::Gtp::ServiceOptions::recoveryAdressA

◆ recoveryAdressB

std::string Lse::Gtp::ServiceOptions::recoveryAdressB

◆ recoveryPortA

u16 Lse::Gtp::ServiceOptions::recoveryPortA

◆ recoveryPortB

u16 Lse::Gtp::ServiceOptions::recoveryPortB

◆ replayAdressA

std::string Lse::Gtp::ServiceOptions::replayAdressA

◆ replayAdressB

std::string Lse::Gtp::ServiceOptions::replayAdressB

◆ replayDelay

u32 Lse::Gtp::ServiceOptions::replayDelay

◆ replayPortA

u16 Lse::Gtp::ServiceOptions::replayPortA

◆ replayPortB

u16 Lse::Gtp::ServiceOptions::replayPortB

◆ segments

std::vector<std::string> Lse::Gtp::ServiceOptions::segments

◆ userName

std::string Lse::Gtp::ServiceOptions::userName