OnixS C++ CME MDP Premium Market Data Handler 5.9.0
Users' manual and API documentation
Loading...
Searching...
No Matches
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

namespace  OnixS
namespace  OnixS::CME
namespace  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)