Namespaces | |
FIX | |
Functions | |
ONIXS_CMEMDH_EXPORTED void | throwBadBinaryData (const Char *className) |
ONIXS_CMEMDH_EXPORTED void | throwBadBinaryGroup () |
void | throwBadBinaryMessage () |
ONIXS_CMEMDH_EXPORTED void | throwBadMessageVersion (const Char *, SchemaVersion, SchemaVersion) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, BookState::Enum) |
std::string | toStr (BookState::Enum bookState) |
void | throwBadBboThreshold () |
ONIXS_CMEMDH_EXPORTED bool | thresholdExceeded (const Decimal &, const Decimal &, const Decimal &) |
ONIXS_CMEMDH_EXPORTED bool | thresholdExceeded (const Decimal &, Int32, Int32) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const MboBboTracking &) |
std::string | toStr (const MboBboTracking &tracking) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const ImpliedBboTracking &) |
std::string | toStr (const ImpliedBboTracking &tracking) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const DirectBboTracking &) |
std::string | toStr (const DirectBboTracking &tracking) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, BookUpdateNotification::Enum) |
std::string | toStr (BookUpdateNotification::Enum strategy) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const BookManagement &) |
std::string | toStr (const BookManagement &settings) |
ONIXS_CMEMDH_EXPORTED void | brief (std::string &, const ConsolidatedBook &) |
std::string | brief (const ConsolidatedBook &book) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const ConsolidatedBook &) |
std::string | toStr (const ConsolidatedBook &book) |
ONIXS_CMEMDH_EXPORTED void | toFormattedStr (std::string &, const ConsolidatedBook &) |
std::string | toFormattedStr (const ConsolidatedBook &book) |
ONIXS_CMEMDH_EXPORTED void | consolidate (ConsolidatedBook &, const DirectBook &, const ImpliedBook &) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const ConsolidatedPriceLevel &) |
std::string | toStr (const ConsolidatedPriceLevel &priceLevel) |
template<class Mantissa , class Exponent > | |
bool | operator== (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator!= (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator< (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator> (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator<= (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator>= (const FixedPointDecimal< Mantissa, Exponent > &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
ONIXS_CMEMDH_EXPORTED bool | decimalEqual (const Decimal &left, const Decimal &right) |
bool | operator== (const Decimal &left, const Decimal &right) |
bool | operator!= (const Decimal &left, const Decimal &right) |
template<class Mantissa , class Exponent > | |
bool | operator== (const Decimal &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator== (const FixedPointDecimal< Mantissa, Exponent > &left, const Decimal &right) |
template<class Mantissa , class Exponent > | |
bool | operator!= (const Decimal &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator!= (const FixedPointDecimal< Mantissa, Exponent > &left, const Decimal &right) |
ONIXS_CMEMDH_EXPORTED bool | decimalLess (const Decimal &left, const Decimal &right) |
bool | operator< (const Decimal &left, const Decimal &right) |
bool | operator> (const Decimal &left, const Decimal &right) |
bool | operator<= (const Decimal &left, const Decimal &right) |
bool | operator>= (const Decimal &left, const Decimal &right) |
template<class Mantissa , class Exponent > | |
bool | operator< (const Decimal &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator< (const FixedPointDecimal< Mantissa, Exponent > &left, const Decimal &right) |
template<class Mantissa , class Exponent > | |
bool | operator> (const Decimal &left, const FixedPointDecimal< Mantissa, Exponent > &right) |
template<class Mantissa , class Exponent > | |
bool | operator> (const FixedPointDecimal< Mantissa, Exponent > &left, const Decimal &right) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (Decimal &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED void | decimalToStr (std::string &, Int64, Int32) |
void | toStr (std::string &str, const Decimal &number) |
std::string | toStr (const Decimal &number) |
template<class Mantissa , class Exponent > | |
void | toStr (std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number) |
template<class Mantissa , class Exponent > | |
std::string | toStr (const FixedPointDecimal< Mantissa, Exponent > &number) |
ONIXS_CMEMDH_EXPORTED void | brief (std::string &, const DirectBook &) |
std::string | brief (const DirectBook &book) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const DirectBook &) |
std::string | toStr (const DirectBook &book) |
ONIXS_CMEMDH_EXPORTED void | toFormattedStr (std::string &, const DirectBook &) |
std::string | toFormattedStr (const DirectBook &book) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const DirectPriceLevel &) |
std::string | toStr (const DirectPriceLevel &priceLevel) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, NetFeedType::Enum) |
std::string | toStr (NetFeedType::Enum type) |
void | toStr (std::string &str, NetFeedRole::Enum role) |
std::string | toStr (NetFeedRole::Enum role) |
ONIXS_CMEMDH_EXPORTED void | fromStr (NifList &, const std::string &, const std::string &=std::string("; ,")) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const NetFeedConnection &) |
std::string | toStr (const NetFeedConnection &connection) |
bool | process (NetFeedEngine &engine) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const FeedEngineThreadSettings &) |
std::string | toStr (const FeedEngineThreadSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | fromStr (HostListSetting &, const std::string &) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const FeedConnectionSettings &) |
std::string | toStr (const FeedConnectionSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, RecoveryFeedLayout::Enum) |
std::string | toStr (RecoveryFeedLayout::Enum layout) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const MulticastRecoveryFeedSettings &) |
std::string | toStr (const MulticastRecoveryFeedSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const TcpRecoveryFeedSettings &) |
std::string | toStr (const TcpRecoveryFeedSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, RealtimeFeedLayout::Enum) |
std::string | toStr (RealtimeFeedLayout::Enum layout) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const RealtimeFeedSettings &) |
std::string | toStr (const RealtimeFeedSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, DataCenter::Enum) |
std::string | toStr (DataCenter::Enum layout) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const FeedSettings &) |
std::string | toStr (const FeedSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | connectivityFromConfiguration (FeedSettings &, const std::string &, ChannelId, DataCenter::Enum=DataCenter::Primary) |
Timestamp | localMktDateToTimestamp (LocalMktDate days) |
ONIXS_CMEMDH_EXPORTED std::string | makeLogFilename (UInt32) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const InstrumentSelection &) |
std::string | toStr (const InstrumentSelection &selection) |
bool | selected (const InstrumentSelection::SecurityIds &ids, SecurityId id) |
bool | selected (const TinyStrSet &selection, const StrRef &value) |
bool | selected (const InstrumentSelection &selection, const Security &security) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const HandlerListeners &) |
std::string | toStr (const HandlerListeners &listeners) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const HandlerSettings &) |
std::string | toStr (const HandlerSettings &settings) |
ONIXS_CMEMDH_EXPORTED std::string | makeInstrumentCacheFilename (ChannelId) |
ONIXS_CMEMDH_EXPORTED void | brief (std::string &, const ImpliedBook &) |
std::string | brief (const ImpliedBook &book) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const ImpliedBook &) |
std::string | toStr (const ImpliedBook &book) |
ONIXS_CMEMDH_EXPORTED void | toFormattedStr (std::string &, const ImpliedBook &) |
std::string | toFormattedStr (const ImpliedBook &book) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const ImpliedPriceLevel &) |
std::string | toStr (const ImpliedPriceLevel &priceLevel) |
ONIXS_CMEMDH_EXPORTED void | initialize (const InitializationSettings &) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, Int8) |
std::string | toStr (Int8 number) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, UInt8) |
std::string | toStr (UInt8 number) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, Int16) |
std::string | toStr (Int16 number) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, UInt16) |
std::string | toStr (UInt16 number) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, Int32) |
std::string | toStr (Int32 number) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, UInt32) |
std::string | toStr (UInt32 number) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, Int64) |
std::string | toStr (Int64 number) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, UInt64) |
std::string | toStr (UInt64 number) |
template<typename Type , Type Constant> | |
void | toStr (std::string &str, IntegralConstant< Type, Constant > constant) |
template<typename Type , Type Constant> | |
std::string | toStr (IntegralConstant< Type, Constant > constant) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (Int8 &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (UInt8 &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (Int16 &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (UInt16 &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (Int32 &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (UInt32 &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (Int64 &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (UInt64 &, const Char *, size_t) |
template<typename Undefined > | |
LogEvent & | operator<< (LogEvent &event, Undefined undefined) |
LogEvent & | operator<< (LogEvent &event, const Char *cStr) |
LogEvent & | operator<< (LogEvent &event, const std::string &str) |
LogEvent & | operator<< (LogEvent &event, const StrRef &strRef) |
LogEvent & | operator<< (LogEvent &event, Char character) |
LogEvent & | operator<< (LogEvent &event, Int8 number) |
LogEvent & | operator<< (LogEvent &event, UInt8 number) |
LogEvent & | operator<< (LogEvent &event, Int16 number) |
LogEvent & | operator<< (LogEvent &event, UInt16 number) |
LogEvent & | operator<< (LogEvent &event, Int32 number) |
LogEvent & | operator<< (LogEvent &event, UInt32 number) |
LogEvent & | operator<< (LogEvent &event, Int64 number) |
LogEvent & | operator<< (LogEvent &event, UInt64 number) |
template<class Mantissa , class Exponent > | |
LogEvent & | operator<< (LogEvent &event, const FixedPointDecimal< Mantissa, Exponent > &number) |
LogEvent & | operator<< (LogEvent &event, const Timestamp ×tamp) |
LogEvent & | operator<< (LogEvent &event, const TimeSpan &timeSpan) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, LogSeverity::Enum) |
std::string | toStr (LogSeverity::Enum mode) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (LogSeverity::Enum &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, LogCategory::Enum) |
std::string | toStr (LogCategory::Enum mode) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (LogCategory::Enum &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, MessageTracing::Enum) |
std::string | toStr (MessageTracing::Enum tracing) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (MessageTracing::Enum &, const Char *, size_t) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const DebugLoggingSettings &) |
std::string | toStr (const DebugLoggingSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const LoggingSettings &) |
std::string | toStr (const LoggingSettings &settings) |
void | copy (MboBook &target, const MboBook &source) |
ONIXS_CMEMDH_EXPORTED void | brief (std::string &, const MboBook &) |
std::string | brief (const MboBook &book) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const MboBook &) |
std::string | toStr (const MboBook &book) |
ONIXS_CMEMDH_EXPORTED void | toFormattedStr (std::string &, const MboBook &) |
std::string | toFormattedStr (const MboBook &book) |
template<typename Depth > | |
void | throwMbpBookRedepthFailure (Depth newDepth, Depth maxDepth) |
template<class TargetPriceLevel , class SourcePriceLevel , class Depth > | |
void | copy (MbpBook< TargetPriceLevel, Depth > &target, const MbpBook< SourcePriceLevel, Depth > &source, Depth maxDepth=static_cast< Depth >(-1)) |
template<typename Type > | |
void * | toOpaquePtr (Type *ptr) |
template<typename Type > | |
const void * | toOpaquePtr (const Type *ptr) |
template<typename Type > | |
Byte * | toByteBlock (Type *ptr) |
template<typename Type > | |
const Byte * | toByteBlock (const Type *ptr) |
template<typename Type > | |
Type * | advanceByBytes (Type *pointer, ptrdiff_t distance) |
template<typename Type > | |
Type * | advanceBackByBytes (Type *pointer, ptrdiff_t distance) |
template<typename Left , typename Right > | |
ptrdiff_t | byteDistance (Left *left, Right *right) |
template<class Object , class OtherObject > | |
bool | operator== (const MemoryPoolAllocator< Object > &left, const MemoryPoolAllocator< OtherObject > &right) |
template<class Object , class OtherObject > | |
bool | operator!= (const MemoryPoolAllocator< Object > &left, const MemoryPoolAllocator< OtherObject > &right) |
ONIXS_CMEMDH_EXPORTED MemoryPool * | makeMemoryPool (size_t, size_t, size_t, size_t) |
void | throwZeroParameter (const Char *parameter) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const MemoryPoolSettings &) |
std::string | toStr (const MemoryPoolSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const Order &) |
std::string | toStr (const Order &order) |
void | throwBadPacket (PacketSize packetSize, PacketSize minimalSize) |
ONIXS_CMEMDH_EXPORTED void | gatherLogFiles (FileList &, ChannelId, const std::string &) |
ONIXS_CMEMDH_EXPORTED void | gatherLogFiles (FileList &, ChannelId, const std::string &, const std::string &) |
ONIXS_CMEMDH_EXPORTED void | gatherFiles (FileList &, const std::string &, const std::string &) |
void | gatherPcapFiles (FileList &files, const std::string &location, const std::string &ext) |
ONIXS_CMEMDH_EXPORTED void | replayLogFiles (const FileList &, Handler **, size_t, const LogReplaySupplements &) |
void | replayLogFiles (const FileList &logs, Handler &handler, const LogReplaySupplements &supplements) |
void | replayLogFiles (const FileList &logs, Handler **handlers, size_t handlerQty) |
void | replayLogFiles (const FileList &logs, Handler &handler) |
void | replayLogFiles (const FileList &logs, Handler **handlers, size_t handlerQty, const UseHandlerSettingsAsIs &) |
void | replayLogFiles (const FileList &logs, Handler &handler, const UseHandlerSettingsAsIs &marker) |
ONIXS_CMEMDH_EXPORTED void | replayPcapFiles (const FileList &, Handler **, size_t, const PcapReplaySupplements &) |
void | replayPcapFiles (const FileList &logs, Handler &handler, const PcapReplaySupplements &supplements) |
void | replayPcapFiles (const FileList &logs, Handler &handler) |
ONIXS_CMEMDH_EXPORTED void | replayDatamineFiles (const FileList &, Handler **, size_t, const DatamineReplaySupplements &) |
void | replayDatamineFiles (const FileList &logs, Handler &handler, const DatamineReplaySupplements &supplements) |
void | replayDatamineFiles (const FileList &logs, Handler &handler) |
ONIXS_CMEMDH_EXPORTED void | brief (std::string &, const Security &) |
std::string | brief (const Security &security) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const Security &) |
std::string | toStr (const Security &security) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, AggressorFlag::Enum value) |
std::string | toStr (AggressorFlag::Enum value) |
void | toFix (std::string &str, AggressorFlag::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, AggressorSide::Enum value) |
std::string | toStr (AggressorSide::Enum value) |
void | toFix (std::string &str, AggressorSide::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, EventType::Enum value) |
std::string | toStr (EventType::Enum value) |
void | toFix (std::string &str, EventType::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, HaltReason::Enum value) |
std::string | toStr (HaltReason::Enum value) |
void | toFix (std::string &str, HaltReason::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, LegSide::Enum value) |
std::string | toStr (LegSide::Enum value) |
void | toFix (std::string &str, LegSide::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, EntryType::Enum value) |
std::string | toStr (EntryType::Enum value) |
void | toFix (std::string &str, EntryType::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, EntryTypeBook::Enum value) |
std::string | toStr (EntryTypeBook::Enum value) |
void | toFix (std::string &str, EntryTypeBook::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, EntryTypeDailyStatistics::Enum value) |
std::string | toStr (EntryTypeDailyStatistics::Enum value) |
void | toFix (std::string &str, EntryTypeDailyStatistics::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, EntryTypeStatistics::Enum value) |
std::string | toStr (EntryTypeStatistics::Enum value) |
void | toFix (std::string &str, EntryTypeStatistics::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, UpdateAction::Enum value) |
std::string | toStr (UpdateAction::Enum value) |
void | toFix (std::string &str, UpdateAction::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, MoneyOrPar::Enum value) |
std::string | toStr (MoneyOrPar::Enum value) |
void | toFix (std::string &str, MoneyOrPar::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, OpenCloseSettlFlag::Enum value) |
std::string | toStr (OpenCloseSettlFlag::Enum value) |
void | toFix (std::string &str, OpenCloseSettlFlag::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, OrderUpdateAction::Enum value) |
std::string | toStr (OrderUpdateAction::Enum value) |
void | toFix (std::string &str, OrderUpdateAction::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, PriceSource::Enum value) |
std::string | toStr (PriceSource::Enum value) |
void | toFix (std::string &str, PriceSource::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, PutOrCall::Enum value) |
std::string | toStr (PutOrCall::Enum value) |
void | toFix (std::string &str, PutOrCall::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, RepoSubType::Enum value) |
std::string | toStr (RepoSubType::Enum value) |
void | toFix (std::string &str, RepoSubType::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, SecurityAltIDSource::Enum value) |
std::string | toStr (SecurityAltIDSource::Enum value) |
void | toFix (std::string &str, SecurityAltIDSource::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, SecurityTradingEvent::Enum value) |
std::string | toStr (SecurityTradingEvent::Enum value) |
void | toFix (std::string &str, SecurityTradingEvent::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, SecurityTradingStatus::Enum value) |
std::string | toStr (SecurityTradingStatus::Enum value) |
void | toFix (std::string &str, SecurityTradingStatus::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, SecurityUpdateAction::Enum value) |
std::string | toStr (SecurityUpdateAction::Enum value) |
void | toFix (std::string &str, SecurityUpdateAction::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, Side::Enum value) |
std::string | toStr (Side::Enum value) |
void | toFix (std::string &str, Side::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, WorkupTradingStatus::Enum value) |
std::string | toStr (WorkupTradingStatus::Enum value) |
void | toFix (std::string &str, WorkupTradingStatus::Enum value) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, InstAttribValue set) |
std::string | toStr (InstAttribValue set) |
void | toFix (std::string &str, InstAttribValue set) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, MatchEventIndicator set) |
std::string | toStr (MatchEventIndicator set) |
void | toFix (std::string &str, MatchEventIndicator set) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, SettlPriceType set) |
std::string | toStr (SettlPriceType set) |
void | toFix (std::string &str, SettlPriceType set) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const MaturityMonthYear &obj) |
std::string | toStr (const MaturityMonthYear &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const GroupSize &obj) |
std::string | toStr (const GroupSize &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const GroupSize8Byte &obj) |
std::string | toStr (const GroupSize8Byte &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const GroupSizeEncoding &obj) |
std::string | toStr (const GroupSizeEncoding &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const MessageHeader &obj) |
std::string | toStr (const MessageHeader &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const InstrumentDefinitionFixedIncome57 &obj) |
std::string | toStr (const InstrumentDefinitionFixedIncome57 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const InstrumentDefinitionFixedIncome57 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const ChannelReset4 &obj) |
std::string | toStr (const ChannelReset4 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const ChannelReset4 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const AdminHeartbeat12 &obj) |
std::string | toStr (const AdminHeartbeat12 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const AdminHeartbeat12 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const AdminLogin15 &obj) |
std::string | toStr (const AdminLogin15 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const AdminLogin15 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const AdminLogout16 &obj) |
std::string | toStr (const AdminLogout16 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const AdminLogout16 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const AdminLogin408 &obj) |
std::string | toStr (const AdminLogin408 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const AdminLogin408 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const AdminLogout409 &obj) |
std::string | toStr (const AdminLogout409 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const AdminLogout409 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const AdminHeartbeat410 &obj) |
std::string | toStr (const AdminHeartbeat410 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const AdminHeartbeat410 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const InstrumentDefinitionFuture54 &obj) |
std::string | toStr (const InstrumentDefinitionFuture54 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const InstrumentDefinitionFuture54 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const InstrumentDefinitionSpread56 &obj) |
std::string | toStr (const InstrumentDefinitionSpread56 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const InstrumentDefinitionSpread56 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const SecurityStatus30 &obj) |
std::string | toStr (const SecurityStatus30 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const SecurityStatus30 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const IncrementalRefreshBook46 &obj) |
std::string | toStr (const IncrementalRefreshBook46 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const IncrementalRefreshBook46 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const IncrementalRefreshDailyStatistics49 &obj) |
std::string | toStr (const IncrementalRefreshDailyStatistics49 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const IncrementalRefreshDailyStatistics49 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const IncrementalRefreshLimitsBanding50 &obj) |
std::string | toStr (const IncrementalRefreshLimitsBanding50 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const IncrementalRefreshLimitsBanding50 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const IncrementalRefreshSessionStatistics51 &obj) |
std::string | toStr (const IncrementalRefreshSessionStatistics51 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const IncrementalRefreshSessionStatistics51 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const IncrementalRefreshVolume37 &obj) |
std::string | toStr (const IncrementalRefreshVolume37 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const IncrementalRefreshVolume37 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const SnapshotFullRefresh52 &obj) |
std::string | toStr (const SnapshotFullRefresh52 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const SnapshotFullRefresh52 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const QuoteRequest39 &obj) |
std::string | toStr (const QuoteRequest39 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const QuoteRequest39 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const InstrumentDefinitionOption55 &obj) |
std::string | toStr (const InstrumentDefinitionOption55 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const InstrumentDefinitionOption55 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const IncrementalRefreshTradeSummary48 &obj) |
std::string | toStr (const IncrementalRefreshTradeSummary48 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const IncrementalRefreshTradeSummary48 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const IncrementalRefreshOrderBook47 &obj) |
std::string | toStr (const IncrementalRefreshOrderBook47 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const IncrementalRefreshOrderBook47 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &str, const SnapshotFullRefreshOrderBook53 &obj) |
std::string | toStr (const SnapshotFullRefreshOrderBook53 &obj) |
ONIXS_CMEMDH_EXPORTED void | toFix (std::string &str, const SnapshotFullRefreshOrderBook53 &obj) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, JoinRecoveryOptions::Enum) |
std::string | toStr (JoinRecoveryOptions::Enum recovery) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, GapAndErrorHandlingOptions::Enum) |
std::string | toStr (GapAndErrorHandlingOptions::Enum handling) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, InstrumentRecoveryOptions::Enum) |
std::string | toStr (InstrumentRecoveryOptions::Enum option) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, MarketRecoveryOptions::Enum) |
std::string | toStr (MarketRecoveryOptions::Enum option) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const TcpRecoverySessionSettings &) |
std::string | toStr (const TcpRecoverySessionSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const SessionSettings &) |
std::string | toStr (const SessionSettings &settings) |
ONIXS_CMEMDH_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 | 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) |
bool | operator== (const SettingGroup &left, const SettingGroup &right) |
bool | operator!= (const SettingGroup &left, const SettingGroup &right) |
template<class Type > | |
void | toStr (std::string &str, const ListSetting< Type > &list, Char delimiter= ',') |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const SocketFeedEngineSettings &) |
std::string | toStr (const SocketFeedEngineSettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, SolarflareFeedEngineOperatingMode::Enum) |
std::string | toStr (SolarflareFeedEngineOperatingMode::Enum mode) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const SolarflareFeedEngineSettings &) |
std::string | toStr (const SolarflareFeedEngineSettings &settings) |
StrRef | toStrRef (const std::string &str) |
StrRef | toStrRef (const Char *cStr) |
std::string | toStr (const StrRef &ref) |
void | toStr (std::string &str, const StrRef &ref) |
std::string | toStr (Char character) |
void | toStr (std::string &str, Char character) |
void | toStr (std::string &str, const std::string &value) |
bool | operator== (const StrRef &left, const StrRef &right) |
bool | operator!= (const StrRef &left, const StrRef &right) |
bool | operator== (const StrRef &ref, const std::string &str) |
bool | operator!= (const StrRef &ref, const std::string &str) |
bool | operator== (const std::string &str, const StrRef &ref) |
bool | operator!= (const std::string &str, const StrRef &ref) |
bool | operator== (const StrRef &ref, const Char *str) |
bool | operator!= (const StrRef &ref, const Char *str) |
bool | operator== (const Char *str, const StrRef &ref) |
bool | operator!= (const Char *str, const StrRef &ref) |
bool | operator< (const StrRef &left, const StrRef &right) |
bool | operator> (const StrRef &left, const StrRef &right) |
std::ostream & | operator<< (std::ostream &stream, const StrRef &text) |
void | throwZeroTcpRecoveryRequestLimit () |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const TcpRecoverySettings &) |
std::string | toStr (const TcpRecoverySettings &settings) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const ThreadAffinity &) |
std::string | toStr (const ThreadAffinity &affinity) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const ThreadPoolSettings &) |
std::string | toStr (const ThreadPoolSettings &settings) |
bool | operator== (const TimeSpan &left, const TimeSpan &right) |
bool | operator!= (const TimeSpan &left, const TimeSpan &right) |
bool | operator< (const TimeSpan &left, const TimeSpan &right) |
bool | operator> (const TimeSpan &left, const TimeSpan &right) |
ONIXS_CMEMDH_EXPORTED void | toStrAsHHMMSS (std::string &, TimeSpan) |
ONIXS_CMEMDH_EXPORTED void | toStrAsHHMMSSmsec (std::string &, TimeSpan) |
ONIXS_CMEMDH_EXPORTED void | toStrAsSDHHMMSSnsec (std::string &, TimeSpan) |
void | toStr (std::string &str, TimeSpan timeSpan, TimeSpanFormat::Enum format=TimeSpanFormat::SDHHMMSSnsec) |
std::string | toStr (TimeSpan timeSpan, TimeSpanFormat::Enum format=TimeSpanFormat::SDHHMMSSnsec) |
bool | operator== (const Timestamp &left, const Timestamp &right) |
bool | operator!= (const Timestamp &left, const Timestamp &right) |
bool | operator< (const Timestamp &left, const Timestamp &right) |
bool | operator<= (const Timestamp &left, const Timestamp &right) |
bool | operator> (const Timestamp &left, const Timestamp &right) |
bool | operator>= (const Timestamp &left, const Timestamp &right) |
Timestamp | operator+ (const Timestamp ×tamp, const TimeSpan &timeSpan) |
Timestamp | operator- (const Timestamp ×tamp, const TimeSpan &timeSpan) |
TimeSpan | operator- (const Timestamp &left, const Timestamp &right) |
ONIXS_CMEMDH_EXPORTED void | toStrAsYYYYMMDD (std::string &, Timestamp) |
ONIXS_CMEMDH_EXPORTED void | toStrAsYYYYMMDDHHMMSS (std::string &, Timestamp) |
ONIXS_CMEMDH_EXPORTED void | toStrAsYYYYMMDDHHMMSSmsec (std::string &, Timestamp) |
ONIXS_CMEMDH_EXPORTED void | toStrAsYYYYMMDDHHMMSSnsec (std::string &, Timestamp) |
void | toStr (std::string &str, Timestamp timestamp, TimestampFormat::Enum format=TimestampFormat::YYYYMMDDHHMMSSnsec) |
std::string | toStr (Timestamp timestamp, TimestampFormat::Enum format=TimestampFormat::YYYYMMDDHHMMSSnsec) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (Timestamp &, const Char *, size_t) |
bool | fromStr (Timestamp &ts, const std::string &str) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, TradeProcessing::Enum) |
std::string | toStr (TradeProcessing::Enum strategy) |
template<class Message > | |
Message | typify (const BinaryMessage &message) |
template<class Processor > | |
bool | processTypified (const BinaryMessage &binary, Processor &processor) |
template<typename TargetSize , typename SourceSize > | |
void | throwVectorCopyOverflow (TargetSize targetSize, SourceSize sourceSize) |
template<typename TargetItem , typename TargetSize , typename SourceItem , typename SourceSize > | |
void | copy (VectorOverArray< TargetItem, TargetSize > &target, const VectorOverArray< SourceItem, TargetSize > &source, SourceSize itemCount=static_cast< SourceSize >(-1)) |
bool | operator== (const Version &left, const Version &right) |
bool | operator!= (const Version &left, const Version &right) |
bool | operator< (const Version &left, const Version &right) |
bool | operator> (const Version &left, const Version &right) |
ONIXS_CMEMDH_EXPORTED bool | fromStr (const Char *, size_t, Version &) |
ONIXS_CMEMDH_EXPORTED void | toStr (std::string &, const Version &) |
std::string | toStr (const Version &version) |
MessageArgs template instantiation for AdminHeartbeat12 message type.
Definition at line 97 of file MarketDataListener.h.
MessageArgs template instantiation for AdminHeartbeat410 message type.
Definition at line 127 of file MarketDataListener.h.
typedef MessageArgs<AdminLogin15> AdminLogin15Args |
MessageArgs template instantiation for AdminLogin15 message type.
Definition at line 103 of file MarketDataListener.h.
typedef MessageArgs<AdminLogin408> AdminLogin408Args |
MessageArgs template instantiation for AdminLogin408 message type.
Definition at line 115 of file MarketDataListener.h.
typedef MessageArgs<AdminLogout16> AdminLogout16Args |
MessageArgs template instantiation for AdminLogout16 message type.
Definition at line 109 of file MarketDataListener.h.
typedef MessageArgs<AdminLogout409> AdminLogout409Args |
MessageArgs template instantiation for AdminLogout409 message type.
Definition at line 121 of file MarketDataListener.h.
typedef MessageArgs<ChannelReset4> ChannelReset4Args |
MessageArgs template instantiation for ChannelReset4 message type.
Definition at line 91 of file MarketDataListener.h.
Consolidated Order Book.
A set of bid prices and ask prices for the given security (bids are descending and asks are ascending). The quantity is provided at each price level.
In addition to regular book interface, provides access to detailed consolidated price level data like direct and implied quantity components.
Definition at line 45 of file ConsolidatedBook.h.
Factory for consolidated books.
Definition at line 54 of file ConsolidatedBook.h.
Management and tracking parameters for consolidated books.
Definition at line 1138 of file BookManagement.h.
typedef Char CountryCode[2] |
Zero-based index of CPU.
Definition at line 39 of file ThreadPool.h.
typedef TinySet<CpuIndex> CpuIndices |
Alias for collection of CPU indices.
Definition at line 44 of file ThreadPool.h.
Instantiation of security data attributes for daily statistics.
Definition at line 249 of file SecurityListener.h.
typedef FixedPointDecimal< Int64, IntegralConstant<Int8, -9>> Decimal9 |
Decimal with constant exponent -9.
Definition at line 37 of file Composites.h.
typedef Int32 DecimalExponent |
typedef Int64 DecimalMantissa |
typedef FixedPointDecimal< Int32, IntegralConstant<Int8, -4>> DecimalQty |
typedef MbpBook< DirectPriceLevel, MbpBookDepth> DirectBook |
Multi-depth (direct) order book.
Definition at line 36 of file DirectBook.h.
Factory for direct order books.
Definition at line 45 of file DirectBook.h.
Management and tracking parameters for direct books.
Definition at line 1121 of file BookManagement.h.
Instantiation of book update error arguments for books of direct type.
Definition at line 349 of file SecurityListener.h.
typedef Int32 DisplayQuantity |
typedef IntegralConstant<Char, 'J'> EntryTypeChannelReset |
typedef IntegralConstant<Char, 'g'> EntryTypeLimits |
typedef IntegralConstant<Char, '2'> EntryTypeTrade |
typedef IntegralConstant<Char, 'e'> EntryTypeVol |
Error arguments.
Definition at line 198 of file HandlerListener.h.
typedef Char FeedType[3] |
typedef std::vector<std::string> FileList |
Definition at line 247 of file LoggingSettings.h.
typedef ListSetting<std::string> HostListSetting |
List of hosts as a setting.
Definition at line 34 of file FeedSettings.h.
typedef MbpBook< ImpliedPriceLevel, MbpBookDepth> ImpliedBook |
Defines implied book.
Definition at line 36 of file ImpliedBook.h.
Factory for implied order books.
Definition at line 45 of file ImpliedBook.h.
Management and tracking parameters for implied books.
Definition at line 1130 of file BookManagement.h.
Instantiation of book update error arguments for books of implied type.
Definition at line 355 of file SecurityListener.h.
MessageArgs template instantiation for IncrementalRefreshBook46 message type.
Definition at line 151 of file MarketDataListener.h.
typedef IncrementalRefreshBookCombinedEntry< IncrementalRefreshBook46::OrderIDEntry, IncrementalRefreshBook46::Entry> IncrementalRefreshBook46CombinedEntry |
Data for MBO book atomic update gathered from IncrementalRefreshBook46 message containing atomic updates for all types of books.
Definition at line 136 of file MessageSupplements.h.
MessageArgs template instantiation for IncrementalRefreshDailyStatistics49 message type.
Definition at line 157 of file MarketDataListener.h.
MessageArgs template instantiation for IncrementalRefreshLimitsBanding50 message type.
Definition at line 163 of file MarketDataListener.h.
MessageArgs template instantiation for IncrementalRefreshOrderBook47 message type.
Definition at line 205 of file MarketDataListener.h.
typedef MessageArgs<IncrementalRefreshSessionStatistics51> IncrementalRefreshSessionStatistics51Args |
MessageArgs template instantiation for IncrementalRefreshSessionStatistics51 message type.
Definition at line 169 of file MarketDataListener.h.
MessageArgs template instantiation for IncrementalRefreshTradeSummary48 message type.
Definition at line 199 of file MarketDataListener.h.
MessageArgs template instantiation for IncrementalRefreshVolume37 message type.
Definition at line 175 of file MarketDataListener.h.
typedef IntegralConstant<Int8, 24> InstAttribType |
MessageArgs template instantiation for InstrumentDefinitionFixedIncome57 message type.
Definition at line 85 of file MarketDataListener.h.
MessageArgs template instantiation for InstrumentDefinitionFuture54 message type.
Definition at line 133 of file MarketDataListener.h.
MessageArgs template instantiation for InstrumentDefinitionOption55 message type.
Definition at line 193 of file MarketDataListener.h.
MessageArgs template instantiation for InstrumentDefinitionSpread56 message type.
Definition at line 139 of file MarketDataListener.h.
Instantiation of security data attributes for limits and banding.
Definition at line 265 of file SecurityListener.h.
typedef UInt16 LocalMktDate |
typedef ReplaySupplements< NetFeedId> LogReplaySupplements |
typedef Char LongName[35] |
Instantiation of security data attributes for MBO book atomic updates.
Definition at line 224 of file SecurityListener.h.
typedef SecurityDataArgs< IncrementalRefreshBook46, IncrementalRefreshBook46CombinedEntry> MboBookCombined46AtomicUpdateArgs |
Instantiation of security data attributes for MBO book atomic updates.
Definition at line 233 of file SecurityListener.h.
typedef AnyDepthBookManagement< MboBboTracking, SortedOrders::size_type> MboBookManagement |
Management and tracking parameters for MBO books.
Definition at line 1112 of file BookManagement.h.
Instantiation of book update error arguments for books of MBO type.
Definition at line 343 of file SecurityListener.h.
Instantiation of security data attributes for MBO recovery data.
Definition at line 292 of file SecurityListener.h.
Instantiation of security data attributes for MBP book atomic updates.
Definition at line 241 of file SecurityListener.h.
typedef UInt8 MbpBookDepth |
Market by price order book depth type.
Definition at line 28 of file MbpBookTraits.h.
typedef UInt16 MessageSize |
Aliases message length type.
Definition at line 1316 of file BinaryMessage.h.
Aliases message type (template) identification.
Definition at line 1313 of file BinaryMessage.h.
typedef std::string NetFeedId |
The feed identifier.
Definition at line 121 of file FeedAttributes.h.
typedef std::vector<std::string> NifList |
List of network interfaces.
Definition at line 33 of file FeedConnection.h.
typedef HostListSetting NifListSetting |
List of network interfaces as a setting.
Definition at line 44 of file FeedSettings.h.
typedef IntegralConstant<Int32, 2147483647> NullInt32 |
typedef IntegralConstant<Int8, 127> NullInt8 |
typedef IntegralConstant<UInt16, 65535> NullLocalMktDate |
typedef IntegralConstant<UInt16, 65535> NullUInt16 |
typedef IntegralConstant<UInt32, 4294967295> NullUInt32 |
typedef IntegralConstant<UInt64, 18446744073709551615ULL> NullUInt64 |
typedef IntegralConstant<UInt8, 255> NullUInt8 |
typedef UInt64 OrderPriority |
typedef NetPacket PacketArgs |
typedef UInt16 PacketSize |
Integral type for measuring packets.
Definition at line 36 of file PacketTraits.h.
typedef FixedPointDecimal< Int64, IntegralConstant<Int8, -9>> PRICE9 |
Price with constant exponent -9.
Definition at line 246 of file Composites.h.
typedef Char QuoteReqId[23] |
typedef MessageArgs<QuoteRequest39> QuoteRequest39Args |
MessageArgs template instantiation for QuoteRequest39 message type.
Definition at line 187 of file MarketDataListener.h.
typedef SecurityDataArgs< QuoteRequest39, QuoteRequest39::RelatedSymEntry> QuoteRequest39RelatedSymArgs |
Instantiation of security data attributes for quote request related symbols.
Definition at line 274 of file SecurityListener.h.
Instantiation of security data attributes for recovery data.
Definition at line 284 of file SecurityListener.h.
typedef MessageHeader::Version SchemaVersion |
Aliases SBE-encoded data version type.
Definition at line 30 of file SchemaTraits.h.
typedef Char SecurityExchange[4] |
typedef Char SecurityGroup[6] |
typedef Int32 SecurityId |
typedef IntegralConstant<Char, '8'> SecurityIDSource |
MessageArgs template instantiation for SecurityStatus30 message type.
Definition at line 145 of file MarketDataListener.h.
typedef Char SecuritySubType[5] |
typedef Char SecurityType[6] |
typedef UInt32 SequenceNumber |
Integral type used to identify packets in a sequence transmitted by MDP.
Definition at line 31 of file PacketTraits.h.
Instantiation of security data attributes for session statistics.
Definition at line 257 of file SecurityListener.h.
MessageArgs template instantiation for SnapshotFullRefresh52 message type.
Definition at line 181 of file MarketDataListener.h.
MessageArgs template instantiation for SnapshotFullRefreshOrderBook53 message type.
Definition at line 211 of file MarketDataListener.h.
typedef std::list< Order, MemoryPoolAllocator<Order>> SortedOrders |
Arranged collection of orders.
Definition at line 37 of file MboBookTraits.h.
typedef Char String12[12] |
typedef Char String20[20] |
typedef Char String25[25] |
typedef Char String6[6] |
Definition at line 208 of file SecurityListener.h.
typedef Char UnderlyingSymbol[20] |
typedef Char UnitOfMeasure[30] |
typedef IntegralConstant<Int8, 0> UpdateActionNew |
typedef IntegralConstant<Int8, 0> UpdateTypeNew |
typedef Char UserDefinedInstrument |
typedef UInt16 VersionComponent |
Instantiation of security data attributes for volumes.
Definition at line 216 of file SecurityListener.h.
typedef IssueArgs WarningArgs |
Warning arguments.
Definition at line 193 of file HandlerListener.h.
|
inline |
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::brief | ( | std::string & | , |
const DirectBook & | |||
) |
Book brief info.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::brief | ( | std::string & | , |
const ImpliedBook & | |||
) |
Book brief info.
|
inline |
Book brief info.
Definition at line 57 of file DirectBook.h.
|
inline |
Book brief info.
Definition at line 57 of file ImpliedBook.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::brief | ( | std::string & | , |
const ConsolidatedBook & | |||
) |
Book brief info.
|
inline |
Book brief info.
Definition at line 66 of file ConsolidatedBook.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::brief | ( | std::string & | , |
const Security & | |||
) |
Security brief info.
|
inline |
Security brief info.
Definition at line 146 of file Security.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::brief | ( | std::string & | , |
const MboBook & | |||
) |
Book brief info.
|
inline |
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::connectivityFromConfiguration | ( | FeedSettings & | , |
const std::string & | , | ||
ChannelId | , | ||
DataCenter::Enum | = DataCenter::Primary |
||
) |
Retrieves connection settings from the given connectivity configuration file for the given channel and fills correspondent parameters in the given FeedSettings instance.
If the configuration file includes connectivity settings for both primary and disaster recovery data centers, the additional parameter allows to control which settings are to be extracted.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::consolidate | ( | ConsolidatedBook & | , |
const DirectBook & | , | ||
const ImpliedBook & | |||
) |
Consolidates direct and implied books into given instance.
void OnixS::CME::MDH::copy | ( | MbpBook< TargetPriceLevel, Depth > & | target, |
const MbpBook< SourcePriceLevel, Depth > & | source, | ||
Depth | maxDepth = static_cast<Depth>(-1) |
||
) |
Copies content of one book to another.
Source and destination books are not required to be of same type, just compatible by price levels. For example, content of direct book can be copied to implied book, or content of consolidated book can be copied to implied book, however, implied book can't be copied to direct book as far as direct price level has more attributes rather than implied one.
void OnixS::CME::MDH::copy | ( | VectorOverArray< TargetItem, TargetSize > & | target, |
const VectorOverArray< SourceItem, TargetSize > & | source, | ||
SourceSize | itemCount = static_cast<SourceSize>(-1) |
||
) |
Copies items from source to target. Items are not required to be of same type thus compatible types can be copied.
Definition at line 325 of file VectorOverArray.h.
ONIXS_CMEMDH_EXPORTED bool OnixS::CME::MDH::decimalEqual | ( | const Decimal & | left, |
const Decimal & | right | ||
) |
Checks two decimals for equality.
ONIXS_CMEMDH_EXPORTED bool OnixS::CME::MDH::decimalLess | ( | const Decimal & | left, |
const Decimal & | right | ||
) |
Compares two decimals.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::decimalToStr | ( | std::string & | , |
Int64 | , | ||
Int32 | |||
) |
Serializes decimal presented by mantissa and exponent into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::fromStr | ( | NifList & | , |
const std::string & | , | ||
const std::string & | = std::string("; ,") |
||
) |
Deserializes semicolon or comma-delimited list of hosts and/or network interface names.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::fromStr | ( | HostListSetting & | , |
const std::string & | |||
) |
Deserializes host list setting from a string.
ONIXS_CMEMDH_EXPORTED bool OnixS::CME::MDH::fromStr | ( | MessageTracing::Enum & | , |
const Char * | , | ||
size_t | |||
) |
Deserializes message tracing constant from a string.
ONIXS_CMEMDH_EXPORTED bool OnixS::CME::MDH::fromStr | ( | LogSeverity::Enum & | , |
const Char * | , | ||
size_t | |||
) |
Deserializes log severity constant.
ONIXS_CMEMDH_EXPORTED bool OnixS::CME::MDH::fromStr | ( | LogCategory::Enum & | , |
const Char * | , | ||
size_t | |||
) |
Deserializes log category constant.
Extracts version from point-separated presentation. Updates version parameter if buffer is parsed successfully.
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
ONIXS_CMEMDH_EXPORTED bool OnixS::CME::MDH::fromStr | ( | Int64 & | , |
const Char * | , | ||
size_t | |||
) |
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
Deserializes numeric value from its text representation.
Returns 'true' if the given buffer contains a valid representation of a number. Otherwise, 'false' is returned.
Deserializes a decimal number from the given text presentation.
De-serializes a timestamp from the given string.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::gatherFiles | ( | FileList & | , |
const std::string & | , | ||
const std::string & | |||
) |
Gathers files which are stored in the given folder with the given extension. Gathered files are sorted by name.
In contrast to the gatherLogFiles function gathering log files, which collects log files in exact order the files were produced by a logger, the given one represents a generic routine finding files according to the given pattern (extension).
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::gatherLogFiles | ( | FileList & | , |
ChannelId | , | ||
const std::string & | |||
) |
Gathers log files logs which are available for given channel and are stored in a given folder. Gathering assumes log files are named by log file naming routine exposed by given SDK.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::gatherLogFiles | ( | FileList & | , |
ChannelId | , | ||
const std::string & | , | ||
const std::string & | |||
) |
Gathers log files logs which are available for given channel and are stored in a given folder. Gathering assumes log files are named by log file naming routine exposed by given SDK. In contrast to other overloads, given one allows to define prefix pattern for logs to be gathered.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::initialize | ( | const InitializationSettings & | ) |
One-time initialization of market data services.
|
inline |
ONIXS_CMEMDH_EXPORTED std::string OnixS::CME::MDH::makeInstrumentCacheFilename | ( | ChannelId | ) |
Makes filename for instrument cache for the given channel.
ONIXS_CMEMDH_EXPORTED std::string OnixS::CME::MDH::makeLogFilename | ( | UInt32 | ) |
Makes filename for log file for the given channel.
ONIXS_CMEMDH_EXPORTED MemoryPool* OnixS::CME::MDH::makeMemoryPool | ( | size_t | , |
size_t | , | ||
size_t | , | ||
size_t | |||
) |
Constructs a memory pool instance according to the given configuration.
bool OnixS::CME::MDH::operator!= | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
const FixedPointDecimal< Mantissa, Exponent > & | right | ||
) |
|
inline |
Definition at line 258 of file MemoryPool.h.
|
inline |
|
inline |
Checks the two groups for inequality.
Definition at line 291 of file SettingGroup.h.
|
inline |
|
inline |
|
inline |
bool OnixS::CME::MDH::operator< | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
const FixedPointDecimal< Mantissa, Exponent > & | right | ||
) |
|
inline |
|
inline |
Prevents data of unrecognized type to be logged without properly defined serialization.
Definition at line 240 of file LogEvents.h.
Logs zero-terminated string.
Definition at line 255 of file LogEvents.h.
Logs standard string.
Definition at line 267 of file LogEvents.h.
Logs string by its reference.
Definition at line 279 of file LogEvents.h.
Logs single character.
Definition at line 293 of file LogEvents.h.
Logs an integer.
Definition at line 305 of file LogEvents.h.
Logs an integer.
Definition at line 319 of file LogEvents.h.
Logs an integer.
Definition at line 333 of file LogEvents.h.
Logs an integer.
Definition at line 347 of file LogEvents.h.
Logs an integer.
Definition at line 361 of file LogEvents.h.
Logs an integer.
Definition at line 375 of file LogEvents.h.
|
inline |
Logs an integer.
Definition at line 389 of file LogEvents.h.
Logs an integer.
Definition at line 403 of file LogEvents.h.
|
inline |
Logs decimal number.
Definition at line 422 of file LogEvents.h.
Definition at line 441 of file LogEvents.h.
Definition at line 455 of file LogEvents.h.
bool OnixS::CME::MDH::operator<= | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
const FixedPointDecimal< Mantissa, Exponent > & | right | ||
) |
bool OnixS::CME::MDH::operator== | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
const FixedPointDecimal< Mantissa, Exponent > & | right | ||
) |
|
inline |
Definition at line 241 of file MemoryPool.h.
|
inline |
|
inline |
Checks the two groups for equality.
Definition at line 281 of file SettingGroup.h.
|
inline |
|
inline |
|
inline |
bool OnixS::CME::MDH::operator> | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
const FixedPointDecimal< Mantissa, Exponent > & | right | ||
) |
|
inline |
|
inline |
bool OnixS::CME::MDH::operator>= | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
const FixedPointDecimal< Mantissa, Exponent > & | right | ||
) |
|
inline |
Carries out pending actions like data retrival and event dispatching.
The returned value indicates whether any events have been handled by the engine.
Definition at line 183 of file FeedEngine.h.
bool OnixS::CME::MDH::processTypified | ( | const BinaryMessage & | binary, |
Processor & | processor | ||
) |
Casts given binary message according to template/type information and processes casted messages by given processor.
Returned value indicates whether message type was successfully recognized and pushed to processor for further processing. Unknown messages aren't processed and thus false result is returned.
Definition at line 55 of file Typification.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::replayDatamineFiles | ( | const FileList & | , |
Handler ** | , | ||
size_t | , | ||
const DatamineReplaySupplements & | |||
) |
Replays the given list of Datamine files for the given Handlers according to the given settings.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::replayLogFiles | ( | const FileList & | , |
Handler ** | , | ||
size_t | , | ||
const LogReplaySupplements & | |||
) |
Extracts market data stored in the given log files and pushes it to the given handlers for further processing.
|
inline |
|
inline |
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::replayPcapFiles | ( | const FileList & | , |
Handler ** | , | ||
size_t | , | ||
const PcapReplaySupplements & | |||
) |
Replays the given list of PCAP files for the given Handlers according to the given settings.
|
inline |
|
inline |
Checks whether security with given identifier belongs to given selection.
Definition at line 222 of file Filtering.h.
|
inline |
Checks whether security with given attribute belongs to given selection.
Definition at line 238 of file Filtering.h.
|
inline |
Checks whether security belongs to given selection.
Definition at line 256 of file Filtering.h.
|
inline |
Configures session to maintain order books accurately and considering market data processing is started at the middle of weekly session (late join).
Definition at line 979 of file SessionSettings.h.
|
inline |
Configures session to maintain order books accurately and without performing initial (late-join) recovery thus considering market data processing is started from the beginning of weekly session.
Definition at line 950 of file SessionSettings.h.
|
inline |
Updates session settings to tell the Handler continue processing incremental (real-time) data in case of gap or other issue.
Definition at line 930 of file SessionSettings.h.
|
inline |
Updates session settings to tell the Handler to recover instruments and market state (books) in case of gap or other issue.
Definition at line 898 of file SessionSettings.h.
|
inline |
Updates session settings to tell the Handler to skip join-time recovery and switch processing incremental (real-time) data.
Definition at line 819 of file SessionSettings.h.
|
inline |
Updates session settings to tell the Handler to recover instruments and market state before it switches processing incremental data.
Definition at line 834 of file SessionSettings.h.
|
inline |
Configures session settings to maintain order books using natural refresh. Startup recovery is not performed and thus only real-time processing takes place.
Definition at line 1007 of file SessionSettings.h.
|
inline |
Updates session settings to tell the Handler to recover market state (books) in case of gap or other issue.
Definition at line 914 of file SessionSettings.h.
|
inline |
Updates session settings to recover books of all types each time the Handler recovers market state from snapshots.
Definition at line 850 of file SessionSettings.h.
|
inline |
Updates session settings to tell the Handler to recover instruments using accurate strategy each time instrument recovery is performed.
Definition at line 787 of file SessionSettings.h.
|
inline |
Updates session settings to tell the Handler to recover instruments using fast strategy each time instrument recovery is performed.
Definition at line 803 of file SessionSettings.h.
|
inline |
Updates session settings to recover MBO books only each time the Handler recovers market state from snapshots.
Definition at line 866 of file SessionSettings.h.
|
inline |
Updates session settings to recover MBP books only each time the Handler recovers market state from snapshots.
Definition at line 882 of file SessionSettings.h.
ONIXS_CMEMDH_EXPORTED bool OnixS::CME::MDH::thresholdExceeded | ( | const Decimal & | , |
const Decimal & | , | ||
const Decimal & | |||
) |
Checks whether new value exceeds given threshold in compare to the old value.
Checks whether new value exceeds given threshold in compare to the old value.
|
inline |
Raises exception on invalid best bid/offer threshold value.
Definition at line 39 of file BookManagement.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::throwBadBinaryData | ( | const Char * | className | ) |
Throws exception on bad repeating group entry.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::throwBadBinaryGroup | ( | ) |
Throws exception on bad repeating group.
|
inline |
Raises exception on bad binary message.
Definition at line 1293 of file BinaryMessage.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::throwBadMessageVersion | ( | const Char * | , |
SchemaVersion | , | ||
SchemaVersion | |||
) |
Raises exception on bad message version.
|
inline |
|
inline |
void OnixS::CME::MDH::throwVectorCopyOverflow | ( | TargetSize | targetSize, |
SourceSize | sourceSize | ||
) |
Definition at line 292 of file VectorOverArray.h.
|
inline |
Raises exception on zero parameter value.
Definition at line 33 of file MemoryPoolSettings.h.
|
inline |
Throws error on zero TCP recovery request limit value.
Definition at line 36 of file TcpRecovery.h.
|
inline |
|
inline |
|
inline |
Serializes object into FIX presentation.
Definition at line 55 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 89 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 120 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 151 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 182 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 213 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 247 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 281 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 315 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 346 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 377 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 411 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 445 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 476 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 507 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 538 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 572 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 606 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 640 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 674 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 705 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 739 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 770 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 799 of file Serialization.h.
|
inline |
Serializes object into FIX presentation.
Definition at line 828 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const ChannelReset4 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const AdminHeartbeat12 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const AdminLogin15 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const AdminLogout16 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const AdminLogin408 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const AdminLogout409 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const AdminHeartbeat410 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const InstrumentDefinitionFuture54 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const InstrumentDefinitionSpread56 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const SecurityStatus30 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const IncrementalRefreshBook46 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const IncrementalRefreshDailyStatistics49 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const IncrementalRefreshLimitsBanding50 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const IncrementalRefreshSessionStatistics51 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const IncrementalRefreshVolume37 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const SnapshotFullRefresh52 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const QuoteRequest39 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const InstrumentDefinitionOption55 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const IncrementalRefreshTradeSummary48 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const IncrementalRefreshOrderBook47 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFix | ( | std::string & | str, |
const SnapshotFullRefreshOrderBook53 & | obj | ||
) |
Serializes object into FIX presentation.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFormattedStr | ( | std::string & | , |
const ImpliedBook & | |||
) |
Serializes book in formatted form.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFormattedStr | ( | std::string & | , |
const DirectBook & | |||
) |
Serializes book in formatted form.
|
inline |
Serializes book in formatted form.
Definition at line 97 of file ImpliedBook.h.
|
inline |
Serializes book in formatted form.
Definition at line 97 of file DirectBook.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFormattedStr | ( | std::string & | , |
const ConsolidatedBook & | |||
) |
Serializes book in formatted form.
|
inline |
Serializes book in formatted form.
Definition at line 106 of file ConsolidatedBook.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toFormattedStr | ( | std::string & | , |
const MboBook & | |||
) |
Serializes book in formatted form.
|
inline |
|
inline |
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
AggressorFlag::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 42 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
BookState::Enum | |||
) |
Serializes book state value into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
MessageTracing::Enum | |||
) |
Serializes message tracing constant into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
NetFeedType::Enum | |||
) |
Appends string presentation of feed service type.
|
inline |
Serializes book state value into a string.
Definition at line 60 of file BookAttributes.h.
|
inline |
Serializes message tracing constant into a string.
Definition at line 62 of file LoggingSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
JoinRecoveryOptions::Enum | |||
) |
Serializes join recovery option.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
LogSeverity::Enum | |||
) |
Serializes log severity constant.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
TradeProcessing::Enum | |||
) |
Serializes trade processing strategy.
|
inline |
Returns string presentation of feed service type.
Definition at line 66 of file FeedAttributes.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
SolarflareFeedEngineOperatingMode::Enum | |||
) |
Serializes the Solarflare Feed Engine operational mode into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
AggressorSide::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes join recovery option.
Definition at line 69 of file SessionSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const ImpliedBook & | |||
) |
Serializes book.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const DirectBook & | |||
) |
Serializes book.
|
inline |
|
inline |
Serializes trade processing strategy.
Definition at line 71 of file TradeProcessing.h.
|
inline |
Serializes the Solarflare Feed Engine operational mode into a string.
Definition at line 74 of file SolarflareFeedEngine.h.
|
inline |
Serializes object into a string.
Definition at line 76 of file Serialization.h.
|
inline |
Serializes book.
Definition at line 77 of file ImpliedBook.h.
|
inline |
Serializes book.
Definition at line 77 of file DirectBook.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const ConsolidatedBook & | |||
) |
Serializes book.
|
inline |
Serializes book.
Definition at line 86 of file ConsolidatedBook.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const ThreadAffinity & | |||
) |
Serializes thread affinity into a string.
|
inline |
Appends string presentation of feed role.
Definition at line 96 of file FeedAttributes.h.
|
inline |
Serializes thread affinity into a string.
Definition at line 98 of file ThreadPool.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const DirectPriceLevel & | |||
) |
Serializes price level attributes into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
EventType::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes price level attributes into a string.
Definition at line 106 of file DirectPriceLevel.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
GapAndErrorHandlingOptions::Enum | |||
) |
Serializes gap and error handling option.
|
inline |
Serializes object into a string.
Definition at line 108 of file Serialization.h.
|
inline |
Returns string presentation of feed role.
Definition at line 108 of file FeedAttributes.h.
|
inline |
Serializes gap and error handling option.
Definition at line 113 of file SessionSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
LogCategory::Enum | |||
) |
Serializes log category constant.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
Int8 | |||
) |
Serializes given integer into a string.
|
inline |
|
inline |
Serializes given integer into a string.
Definition at line 122 of file Integral.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const NetFeedConnection & | |||
) |
Serializes feed connection attributes to a given string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const ImpliedPriceLevel & | |||
) |
Serializes price level attributes into a string.
|
inline |
Serializes feed connection attributes to a given string.
Definition at line 133 of file FeedConnection.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
HaltReason::Enum | value | ||
) |
Serializes object into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
UInt8 | |||
) |
Serializes given integer into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const SocketFeedEngineSettings & | |||
) |
Serializes feed engine settings into a string.
|
inline |
Serializes price level attributes into a string.
Definition at line 138 of file ImpliedPriceLevel.h.
|
inline |
Serializes object into a string.
Definition at line 139 of file Serialization.h.
|
inline |
Serializes given integer into a string.
Definition at line 142 of file Integral.h.
|
inline |
Serializes feed engine settings into a string.
Definition at line 146 of file SocketFeedEngine.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
Int16 | |||
) |
Serializes given integer into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const Security & | |||
) |
Serializes security.
|
inline |
Serializes given integer into a string.
Definition at line 162 of file Integral.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
InstrumentRecoveryOptions::Enum | |||
) |
Serializes instrument definition recovery strategy.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
LegSide::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes security.
Definition at line 166 of file Security.h.
|
inline |
Serializes object into a string.
Definition at line 170 of file Serialization.h.
|
inline |
Serializes instrument definition recovery strategy.
Definition at line 170 of file SessionSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const FeedEngineThreadSettings & | |||
) |
Serializes settings defining behavior of feed engine threads into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
UInt16 | |||
) |
Serializes given integer into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const Order & | |||
) |
Appends representation of order to given string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const Version & | |||
) |
Appends point-separated presentation of version to given string.
|
inline |
Serializes settings defining behavior of feed engine threads into a string.
Definition at line 180 of file FeedEngineThreads.h.
|
inline |
Serializes given integer into a string.
Definition at line 182 of file Integral.h.
|
inline |
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
EntryType::Enum | value | ||
) |
Serializes object into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
Int32 | |||
) |
Serializes given integer into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const InstrumentSelection & | |||
) |
Serializes instrument selection into text presentation.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const TcpRecoverySettings & | |||
) |
Serializes TCP recovery settings.
|
inline |
Serializes object into a string.
Definition at line 201 of file Serialization.h.
|
inline |
Serializes given integer into a string.
Definition at line 202 of file Integral.h.
|
inline |
Serializes instrument selection into text presentation.
Definition at line 204 of file Filtering.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const ConsolidatedPriceLevel & | |||
) |
Serializes price level attributes into a string.
|
inline |
|
inline |
Serializes TCP recovery settings.
Definition at line 207 of file TcpRecovery.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
MarketRecoveryOptions::Enum | |||
) |
Serializes market recovery option.
|
inline |
Serializes price level attributes into a string.
Definition at line 212 of file ConsolidatedPriceLevel.h.
|
inline |
Serializes market recovery option.
Definition at line 215 of file SessionSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
UInt32 | |||
) |
Serializes given integer into a string.
|
inline |
|
inline |
Serializes given integer into a string.
Definition at line 222 of file Integral.h.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
EntryTypeBook::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 234 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
Int64 | |||
) |
Serializes given integer into a string.
|
inline |
|
inline |
Serializes given integer into a string.
Definition at line 242 of file Integral.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const SolarflareFeedEngineSettings & | |||
) |
Serializes the Solarflare Feed Engine settings into a string.
|
inline |
Serializes the Solarflare Feed Engine settings into a string.
Definition at line 251 of file SolarflareFeedEngine.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const MemoryPoolSettings & | |||
) |
Serializes memory pool settings into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const DebugLoggingSettings & | |||
) |
Serializes Handler debug logging settings into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
UInt64 | |||
) |
Serializes given integer into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
EntryTypeDailyStatistics::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes Handler debug logging settings into a string.
Definition at line 261 of file LoggingSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const ThreadPoolSettings & | |||
) |
Serializes thread pool settings into a string.
|
inline |
Serializes given integer into a string.
Definition at line 262 of file Integral.h.
|
inline |
Serializes memory pool settings into a string.
Definition at line 262 of file MemoryPoolSettings.h.
|
inline |
Serializes object into a string.
Definition at line 268 of file Serialization.h.
|
inline |
Serializes thread pool settings into a string.
Definition at line 269 of file ThreadPool.h.
|
inline |
Serializes given constant into a string.
Definition at line 280 of file Integral.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const MboBook & | |||
) |
Serializes book.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
EntryTypeStatistics::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes given constant into a string.
Definition at line 295 of file Integral.h.
|
inline |
Serializes object into a string.
Definition at line 302 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const FeedConnectionSettings & | |||
) |
Serializes feed connection parameters into a string.
|
inline |
Serializes feed connection parameters into a string.
Definition at line 321 of file FeedSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
UpdateAction::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 334 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const MboBboTracking & | |||
) |
Serializes BBO tracking parameters into string.
|
inline |
Serializes BBO tracking parameters into string.
Definition at line 354 of file BookManagement.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
MoneyOrPar::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 365 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const HandlerListeners & | |||
) |
Serializes information on associated listeners.
|
inline |
Serializes information on associated listeners.
Definition at line 374 of file HandlerListeners.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
OpenCloseSettlFlag::Enum | value | ||
) |
Serializes object into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const HandlerSettings & | |||
) |
Serializes BBA tracking parameters into string.
|
inline |
Serializes object into a string.
Definition at line 398 of file Serialization.h.
|
inline |
Serializes BBA tracking parameters into string.
Definition at line 399 of file HandlerSettings.h.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const TcpRecoverySessionSettings & | |||
) |
Serializes market recovery option.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
OrderUpdateAction::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes market recovery option.
Definition at line 430 of file SessionSettings.h.
|
inline |
Serializes object into a string.
Definition at line 432 of file Serialization.h.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const LoggingSettings & | |||
) |
Serializes Handler debug logging settings into a string.
|
inline |
Serializes Handler debug logging settings into a string.
Definition at line 442 of file LoggingSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
PriceSource::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 464 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
PutOrCall::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 495 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const ImpliedBboTracking & | |||
) |
Serializes BBO tracking parameters into string.
|
inline |
Serializes BBO tracking parameters into string.
Definition at line 518 of file BookManagement.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
RepoSubType::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 526 of file Serialization.h.
void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const ListSetting< Type > & | list, | ||
Char | delimiter = ',' |
||
) |
Serializes the given list setting into a string/text presentation.
Definition at line 528 of file SettingGroup.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
SecurityAltIDSource::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 559 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
SecurityTradingEvent::Enum | value | ||
) |
Serializes object into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
RecoveryFeedLayout::Enum | |||
) |
Appends string presentation of feed layout.
|
inline |
Serializes object into a string.
Definition at line 593 of file Serialization.h.
|
inline |
Returns string presentation of feed layout.
Definition at line 593 of file FeedSettings.h.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
SecurityTradingStatus::Enum | value | ||
) |
Serializes object into a string.
|
inline |
|
inline |
Serializes object into a string.
Definition at line 627 of file Serialization.h.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
SecurityUpdateAction::Enum | value | ||
) |
Serializes object into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const SessionSettings & | |||
) |
Serializes market data processing session settings.
|
inline |
|
inline |
Serializes object into a string.
Definition at line 661 of file Serialization.h.
|
inline |
Serializes market data processing session settings.
Definition at line 662 of file SessionSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const DirectBboTracking & | |||
) |
Serializes BBO tracking parameters into string.
|
inline |
Serializes BBO tracking parameters into string.
Definition at line 676 of file BookManagement.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const MulticastRecoveryFeedSettings & | |||
) |
Serializes feed settings into string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
Side::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes feed settings into string.
Definition at line 689 of file FeedSettings.h.
|
inline |
Serializes object into a string.
Definition at line 693 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
WorkupTradingStatus::Enum | value | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 726 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
InstAttribValue | set | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 758 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const AdvancedSessionSettings & | |||
) |
Serializes market data processing session settings.
|
inline |
Serializes market data processing session settings.
Definition at line 768 of file SessionSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
MatchEventIndicator | set | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 787 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
SettlPriceType | set | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 816 of file Serialization.h.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const MaturityMonthYear & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 847 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const GroupSize & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 867 of file Serialization.h.
|
inline |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const GroupSize8Byte & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 888 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const TcpRecoveryFeedSettings & | |||
) |
Serializes feed settings into string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const GroupSizeEncoding & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes feed settings into string.
Definition at line 905 of file FeedSettings.h.
|
inline |
Serializes object into a string.
Definition at line 910 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const MessageHeader & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 930 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 951 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
RealtimeFeedLayout::Enum | |||
) |
Appends string presentation of feed layout.
|
inline |
Returns string presentation of feed layout.
Definition at line 963 of file FeedSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const ChannelReset4 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 978 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const AdminHeartbeat12 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1006 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const AdminLogin15 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1033 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const AdminLogout16 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1059 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const AdminLogin408 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1085 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
BookUpdateNotification::Enum | |||
) |
Serializes book update notification policy into a string.
|
inline |
Serializes book update notification policy into a string.
Definition at line 1093 of file BookManagement.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const AdminLogout409 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1112 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const AdminHeartbeat410 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1139 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const InstrumentDefinitionFuture54 & | obj | ||
) |
Serializes object into a string.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const RealtimeFeedSettings & | |||
) |
Serializes feed settings into string.
|
inline |
Serializes object into a string.
Definition at line 1167 of file Serialization.h.
|
inline |
Serializes feed settings into string.
Definition at line 1173 of file FeedSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const InstrumentDefinitionSpread56 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1196 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
DataCenter::Enum | |||
) |
Appends string presentation of the given data center.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const SecurityStatus30 & | obj | ||
) |
Serializes object into a string.
|
inline |
Returns string presentation of feed layout.
Definition at line 1219 of file FeedSettings.h.
|
inline |
Serializes object into a string.
Definition at line 1225 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const IncrementalRefreshBook46 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1254 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const IncrementalRefreshDailyStatistics49 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1283 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const IncrementalRefreshLimitsBanding50 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1312 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const IncrementalRefreshSessionStatistics51 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1341 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const BookManagement & | |||
) |
Serializes book management settings into string.
|
inline |
Serializes book management settings into string.
Definition at line 1357 of file BookManagement.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const IncrementalRefreshVolume37 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1370 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const SnapshotFullRefresh52 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1399 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const QuoteRequest39 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1428 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1457 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const IncrementalRefreshTradeSummary48 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1486 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const IncrementalRefreshOrderBook47 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1515 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | str, |
const SnapshotFullRefreshOrderBook53 & | obj | ||
) |
Serializes object into a string.
|
inline |
Serializes object into a string.
Definition at line 1544 of file Serialization.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStr | ( | std::string & | , |
const FeedSettings & | |||
) |
Serializes feed settings into string.
|
inline |
Serializes feed settings into string.
Definition at line 1692 of file FeedSettings.h.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStrAsHHMMSS | ( | std::string & | , |
TimeSpan | |||
) |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStrAsHHMMSSmsec | ( | std::string & | , |
TimeSpan | |||
) |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStrAsSDHHMMSSnsec | ( | std::string & | , |
TimeSpan | |||
) |
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStrAsYYYYMMDD | ( | std::string & | , |
Timestamp | |||
) |
Serializes timestamp in YYYYMMDD format.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStrAsYYYYMMDDHHMMSS | ( | std::string & | , |
Timestamp | |||
) |
Serializes timestamp in YYYYMMDDHHMMSS format.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStrAsYYYYMMDDHHMMSSmsec | ( | std::string & | , |
Timestamp | |||
) |
Serializes timestamp in YYYYMMDDHHMMSSmsec format.
ONIXS_CMEMDH_EXPORTED void OnixS::CME::MDH::toStrAsYYYYMMDDHHMMSSnsec | ( | std::string & | , |
Timestamp | |||
) |
Serializes timestamp in YYYYMMDDHHMMSSnsec format.
|
inline |
|
inline |
Casts SBE-encoded message to given type.
Definition at line 34 of file Typification.h.