OnixS C++ CME MDP Premium Market Data Handler  5.8.3
API Documentation
FeedSettings.h File Reference

Go to the source code of this file.

Classes

class  FeedConnectionSettings
 
class  FeedSettingsBase< Layout >
 
struct  RecoveryFeedLayout
 
class  MulticastRecoveryFeedSettings
 
class  TcpRecoveryFeedSettings
 
struct  RealtimeFeedLayout
 
class  RealtimeFeedSettings
 
struct  DataCenter
 
class  FeedSettings
 

Namespaces

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

Typedefs

typedef ListSetting< std::string > HostListSetting
 
typedef HostListSetting NifListSetting
 

Functions

void fromStr (HostListSetting &, const std::string &)
 
void toStr (std::string &, const FeedConnectionSettings &)
 
std::string toStr (const FeedConnectionSettings &settings)
 
void toStr (std::string &, RecoveryFeedLayout::Enum)
 
std::string toStr (RecoveryFeedLayout::Enum layout)
 
void toStr (std::string &, const MulticastRecoveryFeedSettings &)
 
std::string toStr (const MulticastRecoveryFeedSettings &settings)
 
void toStr (std::string &, const TcpRecoveryFeedSettings &)
 
std::string toStr (const TcpRecoveryFeedSettings &settings)
 
void toStr (std::string &, RealtimeFeedLayout::Enum)
 
std::string toStr (RealtimeFeedLayout::Enum layout)
 
void toStr (std::string &, const RealtimeFeedSettings &)
 
std::string toStr (const RealtimeFeedSettings &settings)
 
void toStr (std::string &, DataCenter::Enum)
 
std::string toStr (DataCenter::Enum layout)
 
void toStr (std::string &, const FeedSettings &)
 
std::string toStr (const FeedSettings &settings)
 
void connectivityFromConfiguration (FeedSettings &, const std::string &, ChannelId, DataCenter::Enum=DataCenter::Primary)