OnixS C++ CME MDP Conflated UDP Handler  1.1.2
API documentation
SessionSettings.h File Reference

Go to the source code of this file.

Classes

struct  JoinRecoveryOptions
 
struct  GapAndErrorHandlingOptions
 
struct  InstrumentRecoveryOptions
 
class  TcpRecoverySessionSettings
 
class  SessionSettings
 
class  AdvancedSessionSettings
 
struct  AccuratePreopeningSession
 
struct  AccurateLateJoinSession
 
struct  NaturalRefreshSession
 

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::ConflatedUDP
 

Functions

ONIXS_CONFLATEDUDP_EXPORTED void toStr (std::string &, JoinRecoveryOptions::Enum)
 
std::string toStr (JoinRecoveryOptions::Enum recovery)
 
ONIXS_CONFLATEDUDP_EXPORTED void toStr (std::string &, GapAndErrorHandlingOptions::Enum)
 
std::string toStr (GapAndErrorHandlingOptions::Enum handling)
 
ONIXS_CONFLATEDUDP_EXPORTED void toStr (std::string &, InstrumentRecoveryOptions::Enum)
 
std::string toStr (InstrumentRecoveryOptions::Enum option)
 
ONIXS_CONFLATEDUDP_EXPORTED void toStr (std::string &, const TcpRecoverySessionSettings &)
 
std::string toStr (const TcpRecoverySessionSettings &settings)
 
ONIXS_CONFLATEDUDP_EXPORTED void toStr (std::string &, const SessionSettings &)
 
std::string toStr (const SessionSettings &settings)
 
ONIXS_CONFLATEDUDP_EXPORTED void toStr (std::string &, const AdvancedSessionSettings &)
 
std::string toStr (const AdvancedSessionSettings &settings)
 
void setSessionToRecoverInstrumentsAccurately (SessionSettings &settings)
 
void setSessionToRecoverInstrumentsFast (SessionSettings &settings)
 
void setSessionToJoinInPreopening (SessionSettings &settings)
 
void setSessionToLateJoin (SessionSettings &settings)
 
void setSessionToFullRecoverUponRealtimeIssues (SessionSettings &settings)
 
void setSessionToRecoverBooksUponRealtimeIssues (SessionSettings &settings)
 
void setSessionToContinueRealtimeProcessingUponIssues (SessionSettings &settings)
 
void setSessionToAccuratePreopening (SessionSettings &settings)
 
void setSessionToAccurateLateJoin (SessionSettings &settings)
 
void setSessionToNaturalRefresh (SessionSettings &settings)