OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
SessionSettings.h File Reference
#include <string>
#include <OnixS/CME/MDH/Integral.h>
#include <OnixS/CME/MDH/SettingGroup.h>

Go to the source code of this file.

Classes

struct  JoinRecoveryOptions
 
struct  GapAndErrorHandlingOptions
 
struct  InstrumentRecoveryOptions
 
struct  MarketRecoveryOptions
 
class  TcpRecoverySessionSettings
 
class  SessionSettings
 
struct  AccuratePreopeningSession
 
struct  AccuratePreopeningMboSession
 
struct  AccuratePreopeningMbpSession
 
struct  AccurateLateJoinSession
 
struct  AccurateLateJoinMboSession
 
struct  AccurateLateJoinMbpSession
 
struct  NaturalRefreshSession
 

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::MDH
 

Functions

void toStr (std::string &, JoinRecoveryOptions::Enum)
 
std::string toStr (JoinRecoveryOptions::Enum recovery)
 
void toStr (std::string &, GapAndErrorHandlingOptions::Enum)
 
std::string toStr (GapAndErrorHandlingOptions::Enum handling)
 
void toStr (std::string &, InstrumentRecoveryOptions::Enum)
 
std::string toStr (InstrumentRecoveryOptions::Enum option)
 
void toStr (std::string &, MarketRecoveryOptions::Enum)
 
std::string toStr (MarketRecoveryOptions::Enum option)
 
void toStr (std::string &, const TcpRecoverySessionSettings &)
 
std::string toStr (const TcpRecoverySessionSettings &settings)
 
void toStr (std::string &, const SessionSettings &)
 
std::string toStr (const SessionSettings &settings)
 
void setSessionToRecoverInstrumentsAccurately (SessionSettings &settings)
 
void setSessionToRecoverInstrumentsFast (SessionSettings &settings)
 
void setSessionToJoinInPreopening (SessionSettings &settings)
 
void setSessionToLateJoin (SessionSettings &settings)
 
void setSessionToRecoverBothMboAndMbpBooks (SessionSettings &settings)
 
void setSessionToRecoverMboBooksOnly (SessionSettings &settings)
 
void setSessionToRecoverMbpBooksOnly (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)