OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
OnixS::CME::ConflatedTCP::Messaging::MDP Namespace Reference

Classes

struct  AdminHeartbeat12
struct  AdminHeartbeat302
struct  AdminLogin15
struct  AdminLogout16
struct  AggressorFlag
struct  AggressorSide
struct  ChannelReset4
struct  CollateralMarketValue62
struct  EntryType
struct  EntryTypeBook
struct  EntryTypeDailyStatistics
struct  EntryTypeStatistics
struct  EventIndicator
struct  EventType
class  FixedPointDecimal
class  FloatingPointDecimal
struct  GlobalDayRoll307
class  GroupSize
class  GroupSize8Byte
class  GroupSizeEncoding
struct  HaltReason
struct  IncrementalRefreshBook46
struct  IncrementalRefreshBookLongQty64
struct  IncrementalRefreshDailyStatistics49
struct  IncrementalRefreshLimitsBanding50
struct  IncrementalRefreshOrderBook47
struct  IncrementalRefreshSessionStatistics51
struct  IncrementalRefreshSessionStatisticsLongQty67
struct  IncrementalRefreshSpectrum303
struct  IncrementalRefreshTicker304
struct  IncrementalRefreshTradeSummary48
struct  IncrementalRefreshTradeSummaryLongQty65
struct  IncrementalRefreshVolume37
struct  IncrementalRefreshVolumeLongQty66
struct  InstAttribValue
struct  InstrumentDefinitionFixedIncome57
struct  InstrumentDefinitionFuture54
struct  InstrumentDefinitionFX63
struct  InstrumentDefinitionOption55
struct  InstrumentDefinitionRepo58
struct  InstrumentDefinitionSpread56
struct  LegSide
struct  MarketDataListener
struct  MarketHrs
struct  MatchEventIndicator
class  MaturityMonthYear
class  MessageHeader
struct  MoneyOrPar
struct  NullDecimal9
struct  NullDecimalQty
struct  NullMaturityMonthYear
struct  NullPRICE9
struct  OpenCloseSettlFlag
struct  OrderUpdateAction
struct  PreviousDayFlag
struct  PriceSource
struct  PutOrCall
struct  QuoteRequest39
struct  RepoSubType
struct  SchemaTraits
struct  SchemaTraitsForSpectrum
struct  SecurityAltIDSource
struct  SecurityStatus30
struct  SecurityStatusWorkup60
struct  SecurityTradingEvent
struct  SecurityTradingStatus
struct  SecurityUpdateAction
struct  SettlPriceType
struct  Side
struct  SnapshotFullRefresh52
struct  SnapshotFullRefreshLongQty69
struct  SnapshotFullRefreshOrderBook53
struct  SnapshotFullRefreshTCP61
struct  SnapshotFullRefreshTCPLongQty68
struct  SnapshotRefreshSpectrum305
struct  SnapshotRefreshTicker306
struct  SnapshotRefreshTopOrders59
struct  SpectrumEntryType
struct  SpectrumSecurityTradingEvent
struct  TickerEntryType
struct  UpdateAction
struct  WorkupTradingStatus

Typedefs

typedef FixedPointDecimal< Int64, IntegralConstant< Int8, -9 > > Decimal9
typedef FixedPointDecimal< Int32, IntegralConstant< Int8, -4 > > DecimalQty
typedef FixedPointDecimal< Int64, IntegralConstant< Int8, -9 > > PRICE9
typedef FloatingPointDecimal< Int64, Int32Decimal
typedef Char CHAR
typedef Char Currency[3]
typedef IntegralConstant< Int8, 24 > InstAttribType
typedef Int16 Int16
typedef Int32 Int32
typedef Int8 Int8
typedef UInt16 LocalMktDate
typedef IntegralConstant< Char, 'J'> EntryTypeChannelReset
typedef IntegralConstant< Char, 'g'> EntryTypeLimits
typedef IntegralConstant< Char, '2'> EntryTypeTrade
typedef IntegralConstant< Char, 'e'> EntryTypeVol
typedef IntegralConstant< Int8, 0 > UpdateActionNew
typedef IntegralConstant< Int8, 0 > UpdateTypeNew
typedef IntegralConstant< UInt8, 4 > SecurityAltIDSourceISIN
typedef Char SecurityExchange[4]
typedef IntegralConstant< Char, '8'> SecurityIDSource
typedef Char UserDefinedInstrument
typedef UInt16 UInt16
typedef UInt32 UInt32
typedef UInt64 UInt64
typedef UInt8 UInt8
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 MessageHeader::Version SchemaVersion
typedef MessageHeader::SchemaId SchemaId

Functions

bool isNull (const PRICE9 &value) noexcept
template<class Mantissa, class Exponent>
std::string toStr (const FixedPointDecimal< Mantissa, Exponent > &number)
template<class Mantissa, class Exponent>
std::string toStr (const FloatingPointDecimal< Mantissa, Exponent > &number)
bool quantize (const Decimal &operand, Int32 exponent, Decimal &quantized)
Decimal quantize (const Decimal &operand, Int32 exponent)
template<class MantissaType>
MantissaType quantizedMantissa (const Decimal &operand, Int32 exponent)
template<class MantissaType, class ExponentType>
void convert (FixedPointDecimal< MantissaType, ExponentType > &res, const Decimal &number)
template<class MantissaType, class ExponentType>
void convert (FloatingPointDecimal< MantissaType, ExponentType > &res, const Decimal &number)
template<class DecimalT>
EnableIf< details::IsDecimal< DecimalT >::value, DecimalT >::type convert (const Decimal &number)
bool fromStr (Decimal &, const Char *, size_t) noexcept
bool fromStr (Decimal &value, const std::string &str) noexcept
template<class Mantissa, class Exponent>
void toStr (std::string &str, const FloatingPointDecimal< Mantissa, Exponent > &number)
template<class Mantissa, class Exponent>
std::ostream & operator<< (std::ostream &stream, const FloatingPointDecimal< Mantissa, Exponent > &value)
template<class Mantissa, class Exponent>
void toStr (std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
std::ostream & operator<< (std::ostream &stream, const Decimal &value)
template<class Mantissa, class Exponent>
std::ostream & operator<< (std::ostream &stream, const FixedPointDecimal< Mantissa, Exponent > &value)
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)
template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator== (const Decimal1 &left, const Decimal2 &right)
template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator!= (const Decimal1 &left, const Decimal2 &right)
template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator> (const Decimal1 &left, const Decimal2 &right)
template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator>= (const Decimal1 &left, const Decimal2 &right)
template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator< (const Decimal1 &left, const Decimal2 &right)
template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator<= (const Decimal1 &left, const Decimal2 &right)
Timestamp localMktDateToTimestamp (LocalMktDate days) noexcept
LocalMktDate timestampToLocalMktDate (const Timestamp &timestamp) noexcept
template<typename T>
void toStr (std::string &str, T value)
void toStr (std::string &str, AggressorFlag::Enum value)
std::string toStr (AggressorFlag::Enum value)
std::ostream & operator<< (std::ostream &stream, AggressorFlag::Enum value)
void toFix (std::string &str, AggressorFlag::Enum value)
void toStr (std::string &str, AggressorSide::Enum value)
std::string toStr (AggressorSide::Enum value)
std::ostream & operator<< (std::ostream &stream, AggressorSide::Enum value)
void toFix (std::string &str, AggressorSide::Enum value)
void toStr (std::string &str, MarketHrs::Enum value)
std::string toStr (MarketHrs::Enum value)
std::ostream & operator<< (std::ostream &stream, MarketHrs::Enum value)
void toFix (std::string &str, MarketHrs::Enum value)
void toStr (std::string &str, PreviousDayFlag::Enum value)
std::string toStr (PreviousDayFlag::Enum value)
std::ostream & operator<< (std::ostream &stream, PreviousDayFlag::Enum value)
void toFix (std::string &str, PreviousDayFlag::Enum value)
void toStr (std::string &str, SpectrumSecurityTradingEvent::Enum value)
std::string toStr (SpectrumSecurityTradingEvent::Enum value)
std::ostream & operator<< (std::ostream &stream, SpectrumSecurityTradingEvent::Enum value)
void toFix (std::string &str, SpectrumSecurityTradingEvent::Enum value)
void toStr (std::string &str, SpectrumEntryType::Enum value)
std::string toStr (SpectrumEntryType::Enum value)
std::ostream & operator<< (std::ostream &stream, SpectrumEntryType::Enum value)
void toFix (std::string &str, SpectrumEntryType::Enum value)
void toStr (std::string &str, TickerEntryType::Enum value)
std::string toStr (TickerEntryType::Enum value)
std::ostream & operator<< (std::ostream &stream, TickerEntryType::Enum value)
void toFix (std::string &str, TickerEntryType::Enum value)
void toStr (std::string &str, EventType::Enum value)
std::string toStr (EventType::Enum value)
std::ostream & operator<< (std::ostream &stream, EventType::Enum value)
void toFix (std::string &str, EventType::Enum value)
void toStr (std::string &str, HaltReason::Enum value)
std::string toStr (HaltReason::Enum value)
std::ostream & operator<< (std::ostream &stream, HaltReason::Enum value)
void toFix (std::string &str, HaltReason::Enum value)
void toStr (std::string &str, LegSide::Enum value)
std::string toStr (LegSide::Enum value)
std::ostream & operator<< (std::ostream &stream, LegSide::Enum value)
void toFix (std::string &str, LegSide::Enum value)
void toStr (std::string &str, EntryType::Enum value)
std::string toStr (EntryType::Enum value)
std::ostream & operator<< (std::ostream &stream, EntryType::Enum value)
void toFix (std::string &str, EntryType::Enum value)
void toStr (std::string &str, EntryTypeBook::Enum value)
std::string toStr (EntryTypeBook::Enum value)
std::ostream & operator<< (std::ostream &stream, EntryTypeBook::Enum value)
void toFix (std::string &str, EntryTypeBook::Enum value)
void toStr (std::string &str, EntryTypeDailyStatistics::Enum value)
std::string toStr (EntryTypeDailyStatistics::Enum value)
std::ostream & operator<< (std::ostream &stream, EntryTypeDailyStatistics::Enum value)
void toFix (std::string &str, EntryTypeDailyStatistics::Enum value)
void toStr (std::string &str, EntryTypeStatistics::Enum value)
std::string toStr (EntryTypeStatistics::Enum value)
std::ostream & operator<< (std::ostream &stream, EntryTypeStatistics::Enum value)
void toFix (std::string &str, EntryTypeStatistics::Enum value)
void toStr (std::string &str, UpdateAction::Enum value)
std::string toStr (UpdateAction::Enum value)
std::ostream & operator<< (std::ostream &stream, UpdateAction::Enum value)
void toFix (std::string &str, UpdateAction::Enum value)
void toStr (std::string &str, MoneyOrPar::Enum value)
std::string toStr (MoneyOrPar::Enum value)
std::ostream & operator<< (std::ostream &stream, MoneyOrPar::Enum value)
void toFix (std::string &str, MoneyOrPar::Enum value)
void toStr (std::string &str, OpenCloseSettlFlag::Enum value)
std::string toStr (OpenCloseSettlFlag::Enum value)
std::ostream & operator<< (std::ostream &stream, OpenCloseSettlFlag::Enum value)
void toFix (std::string &str, OpenCloseSettlFlag::Enum value)
void toStr (std::string &str, OrderUpdateAction::Enum value)
std::string toStr (OrderUpdateAction::Enum value)
std::ostream & operator<< (std::ostream &stream, OrderUpdateAction::Enum value)
void toFix (std::string &str, OrderUpdateAction::Enum value)
void toStr (std::string &str, PriceSource::Enum value)
std::string toStr (PriceSource::Enum value)
std::ostream & operator<< (std::ostream &stream, PriceSource::Enum value)
void toFix (std::string &str, PriceSource::Enum value)
void toStr (std::string &str, PutOrCall::Enum value)
std::string toStr (PutOrCall::Enum value)
std::ostream & operator<< (std::ostream &stream, PutOrCall::Enum value)
void toFix (std::string &str, PutOrCall::Enum value)
void toStr (std::string &str, RepoSubType::Enum value)
std::string toStr (RepoSubType::Enum value)
std::ostream & operator<< (std::ostream &stream, RepoSubType::Enum value)
void toFix (std::string &str, RepoSubType::Enum value)
void toStr (std::string &str, SecurityAltIDSource::Enum value)
std::string toStr (SecurityAltIDSource::Enum value)
std::ostream & operator<< (std::ostream &stream, SecurityAltIDSource::Enum value)
void toFix (std::string &str, SecurityAltIDSource::Enum value)
void toStr (std::string &str, SecurityTradingEvent::Enum value)
std::string toStr (SecurityTradingEvent::Enum value)
std::ostream & operator<< (std::ostream &stream, SecurityTradingEvent::Enum value)
void toFix (std::string &str, SecurityTradingEvent::Enum value)
void toStr (std::string &str, SecurityTradingStatus::Enum value)
std::string toStr (SecurityTradingStatus::Enum value)
std::ostream & operator<< (std::ostream &stream, SecurityTradingStatus::Enum value)
void toFix (std::string &str, SecurityTradingStatus::Enum value)
void toStr (std::string &str, SecurityUpdateAction::Enum value)
std::string toStr (SecurityUpdateAction::Enum value)
std::ostream & operator<< (std::ostream &stream, SecurityUpdateAction::Enum value)
void toFix (std::string &str, SecurityUpdateAction::Enum value)
void toStr (std::string &str, Side::Enum value)
std::string toStr (Side::Enum value)
std::ostream & operator<< (std::ostream &stream, Side::Enum value)
void toFix (std::string &str, Side::Enum value)
void toStr (std::string &str, WorkupTradingStatus::Enum value)
std::string toStr (WorkupTradingStatus::Enum value)
std::ostream & operator<< (std::ostream &stream, WorkupTradingStatus::Enum value)
void toFix (std::string &str, WorkupTradingStatus::Enum value)
void toStr (std::string &str, InstAttribValue set)
std::string toStr (InstAttribValue set)
std::ostream & operator<< (std::ostream &stream, InstAttribValue set)
void toFix (std::string &str, InstAttribValue set)
void toStr (std::string &str, MatchEventIndicator set)
std::string toStr (MatchEventIndicator set)
std::ostream & operator<< (std::ostream &stream, MatchEventIndicator set)
void toFix (std::string &str, MatchEventIndicator set)
void toStr (std::string &str, SettlPriceType set)
std::string toStr (SettlPriceType set)
std::ostream & operator<< (std::ostream &stream, SettlPriceType set)
void toFix (std::string &str, SettlPriceType set)
void toStr (std::string &str, EventIndicator set)
std::string toStr (EventIndicator set)
std::ostream & operator<< (std::ostream &stream, EventIndicator set)
void toFix (std::string &str, EventIndicator set)
void toStr (std::string &str, const MaturityMonthYear &obj)
std::string toStr (const MaturityMonthYear &obj)
std::ostream & operator<< (std::ostream &stream, const MaturityMonthYear &obj)
void toStr (std::string &str, const GroupSize &obj)
std::string toStr (const GroupSize &obj)
std::ostream & operator<< (std::ostream &stream, const GroupSize &obj)
void toStr (std::string &str, const GroupSize8Byte &obj)
std::string toStr (const GroupSize8Byte &obj)
std::ostream & operator<< (std::ostream &stream, const GroupSize8Byte &obj)
void toStr (std::string &str, const GroupSizeEncoding &obj)
std::string toStr (const GroupSizeEncoding &obj)
std::ostream & operator<< (std::ostream &stream, const GroupSizeEncoding &obj)
void toStr (std::string &str, const MessageHeader &obj)
std::string toStr (const MessageHeader &obj)
std::ostream & operator<< (std::ostream &stream, const MessageHeader &obj)
void toStr (std::string &str, const InstrumentDefinitionFixedIncome57 &obj)
std::string toStr (const InstrumentDefinitionFixedIncome57 &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFixedIncome57 &obj)
void toFix (std::string &str, const InstrumentDefinitionFixedIncome57 &obj)
void toStr (std::string &str, const InstrumentDefinitionFixedIncome57::EventsEntry &obj)
std::string toStr (const InstrumentDefinitionFixedIncome57::EventsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFixedIncome57::EventsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFixedIncome57::FeedTypesEntry &obj)
std::string toStr (const InstrumentDefinitionFixedIncome57::FeedTypesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFixedIncome57::FeedTypesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFixedIncome57::InstAttribEntry &obj)
std::string toStr (const InstrumentDefinitionFixedIncome57::InstAttribEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFixedIncome57::InstAttribEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFixedIncome57::LotTypeRulesEntry &obj)
std::string toStr (const InstrumentDefinitionFixedIncome57::LotTypeRulesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFixedIncome57::LotTypeRulesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58 &obj)
std::string toStr (const InstrumentDefinitionRepo58 &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58 &obj)
void toFix (std::string &str, const InstrumentDefinitionRepo58 &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58::EventsEntry &obj)
std::string toStr (const InstrumentDefinitionRepo58::EventsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58::EventsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58::FeedTypesEntry &obj)
std::string toStr (const InstrumentDefinitionRepo58::FeedTypesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58::FeedTypesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58::InstAttribEntry &obj)
std::string toStr (const InstrumentDefinitionRepo58::InstAttribEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58::InstAttribEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58::LotTypeRulesEntry &obj)
std::string toStr (const InstrumentDefinitionRepo58::LotTypeRulesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58::LotTypeRulesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58::UnderlyingsEntry &obj)
std::string toStr (const InstrumentDefinitionRepo58::UnderlyingsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58::UnderlyingsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58::RelatedInstrumentsEntry &obj)
std::string toStr (const InstrumentDefinitionRepo58::RelatedInstrumentsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58::RelatedInstrumentsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionRepo58::BrokenDatesEntry &obj)
std::string toStr (const InstrumentDefinitionRepo58::BrokenDatesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionRepo58::BrokenDatesEntry &obj)
void toStr (std::string &str, const SnapshotRefreshTopOrders59 &obj)
std::string toStr (const SnapshotRefreshTopOrders59 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotRefreshTopOrders59 &obj)
void toFix (std::string &str, const SnapshotRefreshTopOrders59 &obj)
void toStr (std::string &str, const SnapshotRefreshTopOrders59::Entry &obj)
std::string toStr (const SnapshotRefreshTopOrders59::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotRefreshTopOrders59::Entry &obj)
void toStr (std::string &str, const SecurityStatusWorkup60 &obj)
std::string toStr (const SecurityStatusWorkup60 &obj)
std::ostream & operator<< (std::ostream &stream, const SecurityStatusWorkup60 &obj)
void toFix (std::string &str, const SecurityStatusWorkup60 &obj)
void toStr (std::string &str, const SecurityStatusWorkup60::OrderIDEntry &obj)
std::string toStr (const SecurityStatusWorkup60::OrderIDEntry &obj)
std::ostream & operator<< (std::ostream &stream, const SecurityStatusWorkup60::OrderIDEntry &obj)
void toStr (std::string &str, const SnapshotFullRefreshTCP61 &obj)
std::string toStr (const SnapshotFullRefreshTCP61 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshTCP61 &obj)
void toFix (std::string &str, const SnapshotFullRefreshTCP61 &obj)
void toStr (std::string &str, const SnapshotFullRefreshTCP61::Entry &obj)
std::string toStr (const SnapshotFullRefreshTCP61::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshTCP61::Entry &obj)
void toStr (std::string &str, const CollateralMarketValue62 &obj)
std::string toStr (const CollateralMarketValue62 &obj)
std::ostream & operator<< (std::ostream &stream, const CollateralMarketValue62 &obj)
void toFix (std::string &str, const CollateralMarketValue62 &obj)
void toStr (std::string &str, const CollateralMarketValue62::Entry &obj)
std::string toStr (const CollateralMarketValue62::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const CollateralMarketValue62::Entry &obj)
void toStr (std::string &str, const InstrumentDefinitionFX63 &obj)
std::string toStr (const InstrumentDefinitionFX63 &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFX63 &obj)
void toFix (std::string &str, const InstrumentDefinitionFX63 &obj)
void toStr (std::string &str, const InstrumentDefinitionFX63::EventsEntry &obj)
std::string toStr (const InstrumentDefinitionFX63::EventsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFX63::EventsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFX63::FeedTypesEntry &obj)
std::string toStr (const InstrumentDefinitionFX63::FeedTypesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFX63::FeedTypesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFX63::InstAttribEntry &obj)
std::string toStr (const InstrumentDefinitionFX63::InstAttribEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFX63::InstAttribEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFX63::LotTypeRulesEntry &obj)
std::string toStr (const InstrumentDefinitionFX63::LotTypeRulesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFX63::LotTypeRulesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFX63::TradingSessionsEntry &obj)
std::string toStr (const InstrumentDefinitionFX63::TradingSessionsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFX63::TradingSessionsEntry &obj)
void toStr (std::string &str, const IncrementalRefreshBookLongQty64 &obj)
std::string toStr (const IncrementalRefreshBookLongQty64 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshBookLongQty64 &obj)
void toFix (std::string &str, const IncrementalRefreshBookLongQty64 &obj)
void toStr (std::string &str, const IncrementalRefreshBookLongQty64::Entry &obj)
std::string toStr (const IncrementalRefreshBookLongQty64::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshBookLongQty64::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshBookLongQty64::OrderIDEntry &obj)
std::string toStr (const IncrementalRefreshBookLongQty64::OrderIDEntry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshBookLongQty64::OrderIDEntry &obj)
void toStr (std::string &str, const IncrementalRefreshTradeSummaryLongQty65 &obj)
std::string toStr (const IncrementalRefreshTradeSummaryLongQty65 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTradeSummaryLongQty65 &obj)
void toFix (std::string &str, const IncrementalRefreshTradeSummaryLongQty65 &obj)
void toStr (std::string &str, const IncrementalRefreshTradeSummaryLongQty65::Entry &obj)
std::string toStr (const IncrementalRefreshTradeSummaryLongQty65::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTradeSummaryLongQty65::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshTradeSummaryLongQty65::OrderIDEntry &obj)
std::string toStr (const IncrementalRefreshTradeSummaryLongQty65::OrderIDEntry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTradeSummaryLongQty65::OrderIDEntry &obj)
void toStr (std::string &str, const IncrementalRefreshVolumeLongQty66 &obj)
std::string toStr (const IncrementalRefreshVolumeLongQty66 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshVolumeLongQty66 &obj)
void toFix (std::string &str, const IncrementalRefreshVolumeLongQty66 &obj)
void toStr (std::string &str, const IncrementalRefreshVolumeLongQty66::Entry &obj)
std::string toStr (const IncrementalRefreshVolumeLongQty66::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshVolumeLongQty66::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshSessionStatisticsLongQty67 &obj)
std::string toStr (const IncrementalRefreshSessionStatisticsLongQty67 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshSessionStatisticsLongQty67 &obj)
void toFix (std::string &str, const IncrementalRefreshSessionStatisticsLongQty67 &obj)
void toStr (std::string &str, const IncrementalRefreshSessionStatisticsLongQty67::Entry &obj)
std::string toStr (const IncrementalRefreshSessionStatisticsLongQty67::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshSessionStatisticsLongQty67::Entry &obj)
void toStr (std::string &str, const SnapshotFullRefreshTCPLongQty68 &obj)
std::string toStr (const SnapshotFullRefreshTCPLongQty68 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshTCPLongQty68 &obj)
void toFix (std::string &str, const SnapshotFullRefreshTCPLongQty68 &obj)
void toStr (std::string &str, const SnapshotFullRefreshTCPLongQty68::Entry &obj)
std::string toStr (const SnapshotFullRefreshTCPLongQty68::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshTCPLongQty68::Entry &obj)
void toStr (std::string &str, const SnapshotFullRefreshLongQty69 &obj)
std::string toStr (const SnapshotFullRefreshLongQty69 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshLongQty69 &obj)
void toFix (std::string &str, const SnapshotFullRefreshLongQty69 &obj)
void toStr (std::string &str, const SnapshotFullRefreshLongQty69::Entry &obj)
std::string toStr (const SnapshotFullRefreshLongQty69::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshLongQty69::Entry &obj)
void toStr (std::string &str, const AdminHeartbeat302 &obj)
std::string toStr (const AdminHeartbeat302 &obj)
std::ostream & operator<< (std::ostream &stream, const AdminHeartbeat302 &obj)
void toFix (std::string &str, const AdminHeartbeat302 &obj)
void toStr (std::string &str, const IncrementalRefreshSpectrum303 &obj)
std::string toStr (const IncrementalRefreshSpectrum303 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshSpectrum303 &obj)
void toFix (std::string &str, const IncrementalRefreshSpectrum303 &obj)
void toStr (std::string &str, const IncrementalRefreshSpectrum303::Entry &obj)
std::string toStr (const IncrementalRefreshSpectrum303::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshSpectrum303::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshTicker304 &obj)
std::string toStr (const IncrementalRefreshTicker304 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTicker304 &obj)
void toFix (std::string &str, const IncrementalRefreshTicker304 &obj)
void toStr (std::string &str, const IncrementalRefreshTicker304::Entry &obj)
std::string toStr (const IncrementalRefreshTicker304::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTicker304::Entry &obj)
void toStr (std::string &str, const SnapshotRefreshSpectrum305 &obj)
std::string toStr (const SnapshotRefreshSpectrum305 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotRefreshSpectrum305 &obj)
void toFix (std::string &str, const SnapshotRefreshSpectrum305 &obj)
void toStr (std::string &str, const SnapshotRefreshSpectrum305::Entry &obj)
std::string toStr (const SnapshotRefreshSpectrum305::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotRefreshSpectrum305::Entry &obj)
void toStr (std::string &str, const SnapshotRefreshTicker306 &obj)
std::string toStr (const SnapshotRefreshTicker306 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotRefreshTicker306 &obj)
void toFix (std::string &str, const SnapshotRefreshTicker306 &obj)
void toStr (std::string &str, const SnapshotRefreshTicker306::Entry &obj)
std::string toStr (const SnapshotRefreshTicker306::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotRefreshTicker306::Entry &obj)
void toStr (std::string &str, const GlobalDayRoll307 &obj)
std::string toStr (const GlobalDayRoll307 &obj)
std::ostream & operator<< (std::ostream &stream, const GlobalDayRoll307 &obj)
void toFix (std::string &str, const GlobalDayRoll307 &obj)
void toStr (std::string &str, const ChannelReset4 &obj)
std::string toStr (const ChannelReset4 &obj)
std::ostream & operator<< (std::ostream &stream, const ChannelReset4 &obj)
void toFix (std::string &str, const ChannelReset4 &obj)
void toStr (std::string &str, const ChannelReset4::Entry &obj)
std::string toStr (const ChannelReset4::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const ChannelReset4::Entry &obj)
void toStr (std::string &str, const AdminHeartbeat12 &obj)
std::string toStr (const AdminHeartbeat12 &obj)
std::ostream & operator<< (std::ostream &stream, const AdminHeartbeat12 &obj)
void toFix (std::string &str, const AdminHeartbeat12 &obj)
void toStr (std::string &str, const AdminLogin15 &obj)
std::string toStr (const AdminLogin15 &obj)
std::ostream & operator<< (std::ostream &stream, const AdminLogin15 &obj)
void toFix (std::string &str, const AdminLogin15 &obj)
void toStr (std::string &str, const AdminLogout16 &obj)
std::string toStr (const AdminLogout16 &obj)
std::ostream & operator<< (std::ostream &stream, const AdminLogout16 &obj)
void toFix (std::string &str, const AdminLogout16 &obj)
void toStr (std::string &str, const InstrumentDefinitionFuture54 &obj)
std::string toStr (const InstrumentDefinitionFuture54 &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFuture54 &obj)
void toFix (std::string &str, const InstrumentDefinitionFuture54 &obj)
void toStr (std::string &str, const InstrumentDefinitionFuture54::EventsEntry &obj)
std::string toStr (const InstrumentDefinitionFuture54::EventsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFuture54::EventsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFuture54::FeedTypesEntry &obj)
std::string toStr (const InstrumentDefinitionFuture54::FeedTypesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFuture54::FeedTypesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFuture54::InstAttribEntry &obj)
std::string toStr (const InstrumentDefinitionFuture54::InstAttribEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFuture54::InstAttribEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionFuture54::LotTypeRulesEntry &obj)
std::string toStr (const InstrumentDefinitionFuture54::LotTypeRulesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionFuture54::LotTypeRulesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionSpread56 &obj)
std::string toStr (const InstrumentDefinitionSpread56 &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionSpread56 &obj)
void toFix (std::string &str, const InstrumentDefinitionSpread56 &obj)
void toStr (std::string &str, const InstrumentDefinitionSpread56::EventsEntry &obj)
std::string toStr (const InstrumentDefinitionSpread56::EventsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionSpread56::EventsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionSpread56::FeedTypesEntry &obj)
std::string toStr (const InstrumentDefinitionSpread56::FeedTypesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionSpread56::FeedTypesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionSpread56::InstAttribEntry &obj)
std::string toStr (const InstrumentDefinitionSpread56::InstAttribEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionSpread56::InstAttribEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionSpread56::LotTypeRulesEntry &obj)
std::string toStr (const InstrumentDefinitionSpread56::LotTypeRulesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionSpread56::LotTypeRulesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionSpread56::LegsEntry &obj)
std::string toStr (const InstrumentDefinitionSpread56::LegsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionSpread56::LegsEntry &obj)
void toStr (std::string &str, const SecurityStatus30 &obj)
std::string toStr (const SecurityStatus30 &obj)
std::ostream & operator<< (std::ostream &stream, const SecurityStatus30 &obj)
void toFix (std::string &str, const SecurityStatus30 &obj)
void toStr (std::string &str, const IncrementalRefreshBook46 &obj)
std::string toStr (const IncrementalRefreshBook46 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshBook46 &obj)
void toFix (std::string &str, const IncrementalRefreshBook46 &obj)
void toStr (std::string &str, const IncrementalRefreshBook46::Entry &obj)
std::string toStr (const IncrementalRefreshBook46::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshBook46::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshBook46::OrderIDEntry &obj)
std::string toStr (const IncrementalRefreshBook46::OrderIDEntry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshBook46::OrderIDEntry &obj)
void toStr (std::string &str, const IncrementalRefreshDailyStatistics49 &obj)
std::string toStr (const IncrementalRefreshDailyStatistics49 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshDailyStatistics49 &obj)
void toFix (std::string &str, const IncrementalRefreshDailyStatistics49 &obj)
void toStr (std::string &str, const IncrementalRefreshDailyStatistics49::Entry &obj)
std::string toStr (const IncrementalRefreshDailyStatistics49::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshDailyStatistics49::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshLimitsBanding50 &obj)
std::string toStr (const IncrementalRefreshLimitsBanding50 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshLimitsBanding50 &obj)
void toFix (std::string &str, const IncrementalRefreshLimitsBanding50 &obj)
void toStr (std::string &str, const IncrementalRefreshLimitsBanding50::Entry &obj)
std::string toStr (const IncrementalRefreshLimitsBanding50::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshLimitsBanding50::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshSessionStatistics51 &obj)
std::string toStr (const IncrementalRefreshSessionStatistics51 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshSessionStatistics51 &obj)
void toFix (std::string &str, const IncrementalRefreshSessionStatistics51 &obj)
void toStr (std::string &str, const IncrementalRefreshSessionStatistics51::Entry &obj)
std::string toStr (const IncrementalRefreshSessionStatistics51::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshSessionStatistics51::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshVolume37 &obj)
std::string toStr (const IncrementalRefreshVolume37 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshVolume37 &obj)
void toFix (std::string &str, const IncrementalRefreshVolume37 &obj)
void toStr (std::string &str, const IncrementalRefreshVolume37::Entry &obj)
std::string toStr (const IncrementalRefreshVolume37::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshVolume37::Entry &obj)
void toStr (std::string &str, const SnapshotFullRefresh52 &obj)
std::string toStr (const SnapshotFullRefresh52 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefresh52 &obj)
void toFix (std::string &str, const SnapshotFullRefresh52 &obj)
void toStr (std::string &str, const SnapshotFullRefresh52::Entry &obj)
std::string toStr (const SnapshotFullRefresh52::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefresh52::Entry &obj)
void toStr (std::string &str, const QuoteRequest39 &obj)
std::string toStr (const QuoteRequest39 &obj)
std::ostream & operator<< (std::ostream &stream, const QuoteRequest39 &obj)
void toFix (std::string &str, const QuoteRequest39 &obj)
void toStr (std::string &str, const QuoteRequest39::RelatedSymEntry &obj)
std::string toStr (const QuoteRequest39::RelatedSymEntry &obj)
std::ostream & operator<< (std::ostream &stream, const QuoteRequest39::RelatedSymEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionOption55 &obj)
std::string toStr (const InstrumentDefinitionOption55 &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionOption55 &obj)
void toFix (std::string &str, const InstrumentDefinitionOption55 &obj)
void toStr (std::string &str, const InstrumentDefinitionOption55::EventsEntry &obj)
std::string toStr (const InstrumentDefinitionOption55::EventsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionOption55::EventsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionOption55::FeedTypesEntry &obj)
std::string toStr (const InstrumentDefinitionOption55::FeedTypesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionOption55::FeedTypesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionOption55::InstAttribEntry &obj)
std::string toStr (const InstrumentDefinitionOption55::InstAttribEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionOption55::InstAttribEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionOption55::LotTypeRulesEntry &obj)
std::string toStr (const InstrumentDefinitionOption55::LotTypeRulesEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionOption55::LotTypeRulesEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionOption55::UnderlyingsEntry &obj)
std::string toStr (const InstrumentDefinitionOption55::UnderlyingsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionOption55::UnderlyingsEntry &obj)
void toStr (std::string &str, const InstrumentDefinitionOption55::RelatedInstrumentsEntry &obj)
std::string toStr (const InstrumentDefinitionOption55::RelatedInstrumentsEntry &obj)
std::ostream & operator<< (std::ostream &stream, const InstrumentDefinitionOption55::RelatedInstrumentsEntry &obj)
void toStr (std::string &str, const IncrementalRefreshTradeSummary48 &obj)
std::string toStr (const IncrementalRefreshTradeSummary48 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTradeSummary48 &obj)
void toFix (std::string &str, const IncrementalRefreshTradeSummary48 &obj)
void toStr (std::string &str, const IncrementalRefreshTradeSummary48::Entry &obj)
std::string toStr (const IncrementalRefreshTradeSummary48::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTradeSummary48::Entry &obj)
void toStr (std::string &str, const IncrementalRefreshTradeSummary48::OrderIDEntry &obj)
std::string toStr (const IncrementalRefreshTradeSummary48::OrderIDEntry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshTradeSummary48::OrderIDEntry &obj)
void toStr (std::string &str, const IncrementalRefreshOrderBook47 &obj)
std::string toStr (const IncrementalRefreshOrderBook47 &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshOrderBook47 &obj)
void toFix (std::string &str, const IncrementalRefreshOrderBook47 &obj)
void toStr (std::string &str, const IncrementalRefreshOrderBook47::Entry &obj)
std::string toStr (const IncrementalRefreshOrderBook47::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const IncrementalRefreshOrderBook47::Entry &obj)
void toStr (std::string &str, const SnapshotFullRefreshOrderBook53 &obj)
std::string toStr (const SnapshotFullRefreshOrderBook53 &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshOrderBook53 &obj)
void toFix (std::string &str, const SnapshotFullRefreshOrderBook53 &obj)
void toStr (std::string &str, const SnapshotFullRefreshOrderBook53::Entry &obj)
std::string toStr (const SnapshotFullRefreshOrderBook53::Entry &obj)
std::ostream & operator<< (std::ostream &stream, const SnapshotFullRefreshOrderBook53::Entry &obj)
template<class Processor>
bool processTypified (const SbeMessage &binary, Processor &processor)

Typedef Documentation

◆ CHAR

typedef Char CHAR

char.

Definition at line 31 of file Fields.h.

◆ Currency

typedef Char Currency[3]

Currency.

FIX type: Currency.

Definition at line 37 of file Fields.h.

◆ Decimal

Universal decimal type.

Definition at line 39 of file Decimal.Operations.h.

◆ Decimal9

Decimal with constant exponent -9.

Definition at line 38 of file Composites.h.

◆ DecimalQty

A number representing quantity.

FIX type: Qty.

Definition at line 106 of file Composites.h.

◆ EntryTypeChannelReset

Channel Reset message entry type.

Definition at line 67 of file Fields.h.

◆ EntryTypeLimits

MDEntryTypeLimits.

Definition at line 73 of file Fields.h.

◆ EntryTypeTrade

MDEntryTypeTrade.

Definition at line 79 of file Fields.h.

◆ EntryTypeVol

MDEntryTypeVol.

Definition at line 85 of file Fields.h.

◆ InstAttribType

Eligibility.

Definition at line 43 of file Fields.h.

◆ Int16

typedef Int16 Int16

int16.

Definition at line 47 of file Fields.h.

◆ Int32

typedef Int32 Int32

int32.

Definition at line 51 of file Fields.h.

◆ Int8

typedef Int8 Int8

int8.

Definition at line 55 of file Fields.h.

◆ LocalMktDate

Type alias for the LocalMktDate.

FIX type: LocalMktDate.

Definition at line 61 of file Fields.h.

◆ NullInt32

typedef IntegralConstant<Int32, 2147483647> NullInt32

Null value for an optional Int32 field.

Definition at line 1752 of file Fields.h.

◆ NullInt8

Null value for an optional Int8 field.

Definition at line 1758 of file Fields.h.

◆ NullLocalMktDate

Null value for an optional LocalMktDate field.

Definition at line 1764 of file Fields.h.

◆ NullUInt16

Null value for an optional UInt16 field.

Definition at line 1770 of file Fields.h.

◆ NullUInt32

typedef IntegralConstant<UInt32, 4294967295> NullUInt32

Null value for an optional UInt32 field.

Definition at line 1776 of file Fields.h.

◆ NullUInt64

typedef IntegralConstant<UInt64, 18446744073709551615ULL> NullUInt64

Null value for an optional UInt64 field.

Definition at line 1782 of file Fields.h.

◆ NullUInt8

Null value for an optional UInt8 field.

Definition at line 1788 of file Fields.h.

◆ PRICE9

Price with constant exponent -9.

Definition at line 707 of file Composites.h.

◆ SchemaId

Definition at line 35 of file SchemaTraits.h.

◆ SchemaVersion

Aliases SBE-encoded data version type.

Definition at line 31 of file SchemaTraits.h.

◆ SecurityAltIDSourceISIN

Type alias for the SecurityAltIDSourceISIN.

FIX type: int.

Definition at line 105 of file Fields.h.

◆ SecurityExchange

typedef Char SecurityExchange[4]

Type alias for the SecurityExchange.

FIX type: Exchange.

Definition at line 111 of file Fields.h.

◆ SecurityIDSource

SecurityIDSource.

FIX type: char.

Definition at line 119 of file Fields.h.

◆ UInt16

typedef UInt16 UInt16

uInt16.

Definition at line 131 of file Fields.h.

◆ UInt32

typedef UInt32 UInt32

uInt32.

Definition at line 135 of file Fields.h.

◆ UInt64

typedef UInt64 UInt64

uInt64.

Definition at line 139 of file Fields.h.

◆ UInt8

typedef UInt8 UInt8

uInt8.

Definition at line 143 of file Fields.h.

◆ UpdateActionNew

MDUpdateActionNew.

Definition at line 91 of file Fields.h.

◆ UpdateTypeNew

MDUpdateTypeNew.

Definition at line 97 of file Fields.h.

◆ UserDefinedInstrument

Type alias for the UserDefinedInstrument.

FIX type: char.

Definition at line 127 of file Fields.h.

Function Documentation

◆ convert() [1/3]

template<class DecimalT>
EnableIf< details::IsDecimal< DecimalT >::value, DecimalT >::type convert ( const Decimal & number)

Convert the decimal in to a different one.

Exceptions
std::exceptionif the value cannot be converted
Returns
resulting decimal

Definition at line 139 of file Decimal.Operations.h.

◆ convert() [2/3]

template<class MantissaType, class ExponentType>
void convert ( FixedPointDecimal< MantissaType, ExponentType > & res,
const Decimal & number )

Definition at line 97 of file Decimal.Operations.h.

◆ convert() [3/3]

template<class MantissaType, class ExponentType>
void convert ( FloatingPointDecimal< MantissaType, ExponentType > & res,
const Decimal & number )

Definition at line 111 of file Decimal.Operations.h.

◆ fromStr() [1/2]

bool fromStr ( Decimal & ,
const Char * ,
size_t  )
noexcept

Deserializes a decimal number from the given text presentation.

◆ fromStr() [2/2]

bool fromStr ( Decimal & value,
const std::string & str )
inlinenoexcept

Deserializes a decimal number from the given text presentation.

Definition at line 222 of file Decimal.Operations.h.

◆ isNull()

bool isNull ( const PRICE9 & value)
inlinenoexcept
Returns
whether the given value is Null.

Definition at line 767 of file Composites.h.

◆ localMktDateToTimestamp()

Timestamp localMktDateToTimestamp ( LocalMktDate days)
inlinenoexcept

Converts days since epoch to Timestamp value.

Definition at line 1795 of file Fields.h.

◆ operator!=() [1/2]

template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator!= ( const Decimal1 & left,
const Decimal2 & right )

Compares two decimals.

Definition at line 561 of file Decimal.Operations.h.

◆ operator!=() [2/2]

template<class Mantissa, class Exponent>
bool operator!= ( const FixedPointDecimal< Mantissa, Exponent > & left,
const FixedPointDecimal< Mantissa, Exponent > & right )

Compares two fixed-point decimals.

Definition at line 432 of file Decimal.Operations.h.

◆ operator<() [1/2]

template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator< ( const Decimal1 & left,
const Decimal2 & right )

Compares two decimals.

Definition at line 609 of file Decimal.Operations.h.

◆ operator<() [2/2]

template<class Mantissa, class Exponent>
bool operator< ( const FixedPointDecimal< Mantissa, Exponent > & left,
const FixedPointDecimal< Mantissa, Exponent > & right )

Compares two fixed-point decimals.

Definition at line 451 of file Decimal.Operations.h.

◆ operator<<() [1/136]

std::ostream & operator<< ( std::ostream & stream,
AggressorFlag::Enum value )
inline

Serializes into a stream.

Definition at line 61 of file Serialization.h.

◆ operator<<() [2/136]

std::ostream & operator<< ( std::ostream & stream,
AggressorSide::Enum value )
inline

Serializes into a stream.

Definition at line 109 of file Serialization.h.

◆ operator<<() [3/136]

std::ostream & operator<< ( std::ostream & stream,
const AdminHeartbeat12 & obj )
inline

Serializes into a stream.

Definition at line 3649 of file Serialization.h.

◆ operator<<() [4/136]

std::ostream & operator<< ( std::ostream & stream,
const AdminHeartbeat302 & obj )
inline

Serializes into a stream.

Definition at line 3181 of file Serialization.h.

◆ operator<<() [5/136]

std::ostream & operator<< ( std::ostream & stream,
const AdminLogin15 & obj )
inline

Serializes into a stream.

Definition at line 3689 of file Serialization.h.

◆ operator<<() [6/136]

std::ostream & operator<< ( std::ostream & stream,
const AdminLogout16 & obj )
inline

Serializes into a stream.

Definition at line 3729 of file Serialization.h.

◆ operator<<() [7/136]

std::ostream & operator<< ( std::ostream & stream,
const ChannelReset4 & obj )
inline

Serializes into a stream.

Definition at line 3572 of file Serialization.h.

◆ operator<<() [8/136]

std::ostream & operator<< ( std::ostream & stream,
const ChannelReset4::Entry & obj )
inline

Serializes into a stream.

Definition at line 3614 of file Serialization.h.

◆ operator<<() [9/136]

std::ostream & operator<< ( std::ostream & stream,
const CollateralMarketValue62 & obj )
inline

Serializes into a stream.

Definition at line 2361 of file Serialization.h.

◆ operator<<() [10/136]

std::ostream & operator<< ( std::ostream & stream,
const CollateralMarketValue62::Entry & obj )
inline

Serializes into a stream.

Definition at line 2403 of file Serialization.h.

◆ operator<<() [11/136]

std::ostream & operator<< ( std::ostream & stream,
const Decimal & value )
inline

Serializes into a stream.

Definition at line 357 of file Decimal.Operations.h.

◆ operator<<() [12/136]

template<class Mantissa, class Exponent>
std::ostream & operator<< ( std::ostream & stream,
const FixedPointDecimal< Mantissa, Exponent > & value )
inline

Serializes into a stream.

Definition at line 373 of file Decimal.Operations.h.

◆ operator<<() [13/136]

template<class Mantissa, class Exponent>
std::ostream & operator<< ( std::ostream & stream,
const FloatingPointDecimal< Mantissa, Exponent > & value )
inline

Serializes into a stream.

Definition at line 278 of file Decimal.Operations.h.

◆ operator<<() [14/136]

std::ostream & operator<< ( std::ostream & stream,
const GlobalDayRoll307 & obj )
inline

Serializes into a stream.

Definition at line 3532 of file Serialization.h.

◆ operator<<() [15/136]

std::ostream & operator<< ( std::ostream & stream,
const GroupSize & obj )
inline

Serializes into a stream.

Definition at line 1529 of file Serialization.h.

◆ operator<<() [16/136]

std::ostream & operator<< ( std::ostream & stream,
const GroupSize8Byte & obj )
inline

Serializes into a stream.

Definition at line 1565 of file Serialization.h.

◆ operator<<() [17/136]

std::ostream & operator<< ( std::ostream & stream,
const GroupSizeEncoding & obj )
inline

Serializes into a stream.

Definition at line 1601 of file Serialization.h.

◆ operator<<() [18/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshBook46 & obj )
inline

Serializes into a stream.

Definition at line 4207 of file Serialization.h.

◆ operator<<() [19/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshBook46::Entry & obj )
inline

Serializes into a stream.

Definition at line 4249 of file Serialization.h.

◆ operator<<() [20/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshBook46::OrderIDEntry & obj )
inline

Serializes into a stream.

Definition at line 4283 of file Serialization.h.

◆ operator<<() [21/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshBookLongQty64 & obj )
inline

Serializes into a stream.

Definition at line 2651 of file Serialization.h.

◆ operator<<() [22/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshBookLongQty64::Entry & obj )
inline

Serializes into a stream.

Definition at line 2693 of file Serialization.h.

◆ operator<<() [23/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshBookLongQty64::OrderIDEntry & obj )
inline

Serializes into a stream.

Definition at line 2727 of file Serialization.h.

◆ operator<<() [24/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshDailyStatistics49 & obj )
inline

Serializes into a stream.

Definition at line 4318 of file Serialization.h.

◆ operator<<() [25/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshDailyStatistics49::Entry & obj )
inline

Serializes into a stream.

Definition at line 4360 of file Serialization.h.

◆ operator<<() [26/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshLimitsBanding50 & obj )
inline

Serializes into a stream.

Definition at line 4395 of file Serialization.h.

◆ operator<<() [27/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshLimitsBanding50::Entry & obj )
inline

Serializes into a stream.

Definition at line 4437 of file Serialization.h.

◆ operator<<() [28/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshOrderBook47 & obj )
inline

Serializes into a stream.

Definition at line 5138 of file Serialization.h.

◆ operator<<() [29/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshOrderBook47::Entry & obj )
inline

Serializes into a stream.

Definition at line 5180 of file Serialization.h.

◆ operator<<() [30/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshSessionStatistics51 & obj )
inline

Serializes into a stream.

Definition at line 4472 of file Serialization.h.

◆ operator<<() [31/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshSessionStatistics51::Entry & obj )
inline

Serializes into a stream.

Definition at line 4514 of file Serialization.h.

◆ operator<<() [32/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshSessionStatisticsLongQty67 & obj )
inline

Serializes into a stream.

Definition at line 2950 of file Serialization.h.

◆ operator<<() [33/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshSessionStatisticsLongQty67::Entry & obj )
inline

Serializes into a stream.

Definition at line 2992 of file Serialization.h.

◆ operator<<() [34/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshSpectrum303 & obj )
inline

Serializes into a stream.

Definition at line 3224 of file Serialization.h.

◆ operator<<() [35/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshSpectrum303::Entry & obj )
inline

Serializes into a stream.

Definition at line 3266 of file Serialization.h.

◆ operator<<() [36/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTicker304 & obj )
inline

Serializes into a stream.

Definition at line 3301 of file Serialization.h.

◆ operator<<() [37/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTicker304::Entry & obj )
inline

Serializes into a stream.

Definition at line 3343 of file Serialization.h.

◆ operator<<() [38/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTradeSummary48 & obj )
inline

Serializes into a stream.

Definition at line 5027 of file Serialization.h.

◆ operator<<() [39/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTradeSummary48::Entry & obj )
inline

Serializes into a stream.

Definition at line 5069 of file Serialization.h.

◆ operator<<() [40/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTradeSummary48::OrderIDEntry & obj )
inline

Serializes into a stream.

Definition at line 5103 of file Serialization.h.

◆ operator<<() [41/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTradeSummaryLongQty65 & obj )
inline

Serializes into a stream.

Definition at line 2762 of file Serialization.h.

◆ operator<<() [42/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTradeSummaryLongQty65::Entry & obj )
inline

Serializes into a stream.

Definition at line 2804 of file Serialization.h.

◆ operator<<() [43/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshTradeSummaryLongQty65::OrderIDEntry & obj )
inline

Serializes into a stream.

Definition at line 2838 of file Serialization.h.

◆ operator<<() [44/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshVolume37 & obj )
inline

Serializes into a stream.

Definition at line 4549 of file Serialization.h.

◆ operator<<() [45/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshVolume37::Entry & obj )
inline

Serializes into a stream.

Definition at line 4591 of file Serialization.h.

◆ operator<<() [46/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshVolumeLongQty66 & obj )
inline

Serializes into a stream.

Definition at line 2873 of file Serialization.h.

◆ operator<<() [47/136]

std::ostream & operator<< ( std::ostream & stream,
const IncrementalRefreshVolumeLongQty66::Entry & obj )
inline

Serializes into a stream.

Definition at line 2915 of file Serialization.h.

◆ operator<<() [48/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFixedIncome57 & obj )
inline

Serializes into a stream.

Definition at line 1670 of file Serialization.h.

◆ operator<<() [49/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFixedIncome57::EventsEntry & obj )
inline

Serializes into a stream.

Definition at line 1712 of file Serialization.h.

◆ operator<<() [50/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFixedIncome57::FeedTypesEntry & obj )
inline

Serializes into a stream.

Definition at line 1746 of file Serialization.h.

◆ operator<<() [51/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFixedIncome57::InstAttribEntry & obj )
inline

Serializes into a stream.

Definition at line 1780 of file Serialization.h.

◆ operator<<() [52/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFixedIncome57::LotTypeRulesEntry & obj )
inline

Serializes into a stream.

Definition at line 1814 of file Serialization.h.

◆ operator<<() [53/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFuture54 & obj )
inline

Serializes into a stream.

Definition at line 3772 of file Serialization.h.

◆ operator<<() [54/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFuture54::EventsEntry & obj )
inline

Serializes into a stream.

Definition at line 3814 of file Serialization.h.

◆ operator<<() [55/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFuture54::FeedTypesEntry & obj )
inline

Serializes into a stream.

Definition at line 3848 of file Serialization.h.

◆ operator<<() [56/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFuture54::InstAttribEntry & obj )
inline

Serializes into a stream.

Definition at line 3882 of file Serialization.h.

◆ operator<<() [57/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFuture54::LotTypeRulesEntry & obj )
inline

Serializes into a stream.

Definition at line 3916 of file Serialization.h.

◆ operator<<() [58/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFX63 & obj )
inline

Serializes into a stream.

Definition at line 2438 of file Serialization.h.

◆ operator<<() [59/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFX63::EventsEntry & obj )
inline

Serializes into a stream.

Definition at line 2480 of file Serialization.h.

◆ operator<<() [60/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFX63::FeedTypesEntry & obj )
inline

Serializes into a stream.

Definition at line 2514 of file Serialization.h.

◆ operator<<() [61/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFX63::InstAttribEntry & obj )
inline

Serializes into a stream.

Definition at line 2548 of file Serialization.h.

◆ operator<<() [62/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFX63::LotTypeRulesEntry & obj )
inline

Serializes into a stream.

Definition at line 2582 of file Serialization.h.

◆ operator<<() [63/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionFX63::TradingSessionsEntry & obj )
inline

Serializes into a stream.

Definition at line 2616 of file Serialization.h.

◆ operator<<() [64/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionOption55 & obj )
inline

Serializes into a stream.

Definition at line 4780 of file Serialization.h.

◆ operator<<() [65/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionOption55::EventsEntry & obj )
inline

Serializes into a stream.

Definition at line 4822 of file Serialization.h.

◆ operator<<() [66/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionOption55::FeedTypesEntry & obj )
inline

Serializes into a stream.

Definition at line 4856 of file Serialization.h.

◆ operator<<() [67/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionOption55::InstAttribEntry & obj )
inline

Serializes into a stream.

Definition at line 4890 of file Serialization.h.

◆ operator<<() [68/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionOption55::LotTypeRulesEntry & obj )
inline

Serializes into a stream.

Definition at line 4924 of file Serialization.h.

◆ operator<<() [69/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionOption55::RelatedInstrumentsEntry & obj )
inline

Serializes into a stream.

Definition at line 4992 of file Serialization.h.

◆ operator<<() [70/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionOption55::UnderlyingsEntry & obj )
inline

Serializes into a stream.

Definition at line 4958 of file Serialization.h.

◆ operator<<() [71/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58 & obj )
inline

Serializes into a stream.

Definition at line 1849 of file Serialization.h.

◆ operator<<() [72/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58::BrokenDatesEntry & obj )
inline

Serializes into a stream.

Definition at line 2095 of file Serialization.h.

◆ operator<<() [73/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58::EventsEntry & obj )
inline

Serializes into a stream.

Definition at line 1891 of file Serialization.h.

◆ operator<<() [74/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58::FeedTypesEntry & obj )
inline

Serializes into a stream.

Definition at line 1925 of file Serialization.h.

◆ operator<<() [75/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58::InstAttribEntry & obj )
inline

Serializes into a stream.

Definition at line 1959 of file Serialization.h.

◆ operator<<() [76/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58::LotTypeRulesEntry & obj )
inline

Serializes into a stream.

Definition at line 1993 of file Serialization.h.

◆ operator<<() [77/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58::RelatedInstrumentsEntry & obj )
inline

Serializes into a stream.

Definition at line 2061 of file Serialization.h.

◆ operator<<() [78/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionRepo58::UnderlyingsEntry & obj )
inline

Serializes into a stream.

Definition at line 2027 of file Serialization.h.

◆ operator<<() [79/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionSpread56 & obj )
inline

Serializes into a stream.

Definition at line 3951 of file Serialization.h.

◆ operator<<() [80/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionSpread56::EventsEntry & obj )
inline

Serializes into a stream.

Definition at line 3993 of file Serialization.h.

◆ operator<<() [81/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionSpread56::FeedTypesEntry & obj )
inline

Serializes into a stream.

Definition at line 4027 of file Serialization.h.

◆ operator<<() [82/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionSpread56::InstAttribEntry & obj )
inline

Serializes into a stream.

Definition at line 4061 of file Serialization.h.

◆ operator<<() [83/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionSpread56::LegsEntry & obj )
inline

Serializes into a stream.

Definition at line 4129 of file Serialization.h.

◆ operator<<() [84/136]

std::ostream & operator<< ( std::ostream & stream,
const InstrumentDefinitionSpread56::LotTypeRulesEntry & obj )
inline

Serializes into a stream.

Definition at line 4095 of file Serialization.h.

◆ operator<<() [85/136]

std::ostream & operator<< ( std::ostream & stream,
const MaturityMonthYear & obj )
inline

Serializes into a stream.

Definition at line 1496 of file Serialization.h.

◆ operator<<() [86/136]

std::ostream & operator<< ( std::ostream & stream,
const MessageHeader & obj )
inline

Serializes into a stream.

Definition at line 1634 of file Serialization.h.

◆ operator<<() [87/136]

std::ostream & operator<< ( std::ostream & stream,
const QuoteRequest39 & obj )
inline

Serializes into a stream.

Definition at line 4703 of file Serialization.h.

◆ operator<<() [88/136]

std::ostream & operator<< ( std::ostream & stream,
const QuoteRequest39::RelatedSymEntry & obj )
inline

Serializes into a stream.

Definition at line 4745 of file Serialization.h.

◆ operator<<() [89/136]

std::ostream & operator<< ( std::ostream & stream,
const SecurityStatus30 & obj )
inline

Serializes into a stream.

Definition at line 4164 of file Serialization.h.

◆ operator<<() [90/136]

std::ostream & operator<< ( std::ostream & stream,
const SecurityStatusWorkup60 & obj )
inline

Serializes into a stream.

Definition at line 2207 of file Serialization.h.

◆ operator<<() [91/136]

std::ostream & operator<< ( std::ostream & stream,
const SecurityStatusWorkup60::OrderIDEntry & obj )
inline

Serializes into a stream.

Definition at line 2249 of file Serialization.h.

◆ operator<<() [92/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefresh52 & obj )
inline

Serializes into a stream.

Definition at line 4626 of file Serialization.h.

◆ operator<<() [93/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefresh52::Entry & obj )
inline

Serializes into a stream.

Definition at line 4668 of file Serialization.h.

◆ operator<<() [94/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshLongQty69 & obj )
inline

Serializes into a stream.

Definition at line 3104 of file Serialization.h.

◆ operator<<() [95/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshLongQty69::Entry & obj )
inline

Serializes into a stream.

Definition at line 3146 of file Serialization.h.

◆ operator<<() [96/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshOrderBook53 & obj )
inline

Serializes into a stream.

Definition at line 5215 of file Serialization.h.

◆ operator<<() [97/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshOrderBook53::Entry & obj )
inline

Serializes into a stream.

Definition at line 5257 of file Serialization.h.

◆ operator<<() [98/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshTCP61 & obj )
inline

Serializes into a stream.

Definition at line 2284 of file Serialization.h.

◆ operator<<() [99/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshTCP61::Entry & obj )
inline

Serializes into a stream.

Definition at line 2326 of file Serialization.h.

◆ operator<<() [100/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshTCPLongQty68 & obj )
inline

Serializes into a stream.

Definition at line 3027 of file Serialization.h.

◆ operator<<() [101/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotFullRefreshTCPLongQty68::Entry & obj )
inline

Serializes into a stream.

Definition at line 3069 of file Serialization.h.

◆ operator<<() [102/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotRefreshSpectrum305 & obj )
inline

Serializes into a stream.

Definition at line 3378 of file Serialization.h.

◆ operator<<() [103/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotRefreshSpectrum305::Entry & obj )
inline

Serializes into a stream.

Definition at line 3420 of file Serialization.h.

◆ operator<<() [104/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotRefreshTicker306 & obj )
inline

Serializes into a stream.

Definition at line 3455 of file Serialization.h.

◆ operator<<() [105/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotRefreshTicker306::Entry & obj )
inline

Serializes into a stream.

Definition at line 3497 of file Serialization.h.

◆ operator<<() [106/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotRefreshTopOrders59 & obj )
inline

Serializes into a stream.

Definition at line 2130 of file Serialization.h.

◆ operator<<() [107/136]

std::ostream & operator<< ( std::ostream & stream,
const SnapshotRefreshTopOrders59::Entry & obj )
inline

Serializes into a stream.

Definition at line 2172 of file Serialization.h.

◆ operator<<() [108/136]

std::ostream & operator<< ( std::ostream & stream,
EntryType::Enum value )
inline

Serializes into a stream.

Definition at line 526 of file Serialization.h.

◆ operator<<() [109/136]

std::ostream & operator<< ( std::ostream & stream,
EntryTypeBook::Enum value )
inline

Serializes into a stream.

Definition at line 574 of file Serialization.h.

◆ operator<<() [110/136]

std::ostream & operator<< ( std::ostream & stream,
EntryTypeDailyStatistics::Enum value )
inline

Serializes into a stream.

Definition at line 622 of file Serialization.h.

◆ operator<<() [111/136]

std::ostream & operator<< ( std::ostream & stream,
EntryTypeStatistics::Enum value )
inline

Serializes into a stream.

Definition at line 670 of file Serialization.h.

◆ operator<<() [112/136]

std::ostream & operator<< ( std::ostream & stream,
EventIndicator set )
inline

Serializes into a stream.

Definition at line 1450 of file Serialization.h.

◆ operator<<() [113/136]

std::ostream & operator<< ( std::ostream & stream,
EventType::Enum value )
inline

Serializes into a stream.

Definition at line 391 of file Serialization.h.

◆ operator<<() [114/136]

std::ostream & operator<< ( std::ostream & stream,
HaltReason::Enum value )
inline

Serializes into a stream.

Definition at line 436 of file Serialization.h.

◆ operator<<() [115/136]

std::ostream & operator<< ( std::ostream & stream,
InstAttribValue set )
inline

Serializes into a stream.

Definition at line 1321 of file Serialization.h.

◆ operator<<() [116/136]

std::ostream & operator<< ( std::ostream & stream,
LegSide::Enum value )
inline

Serializes into a stream.

Definition at line 481 of file Serialization.h.

◆ operator<<() [117/136]

std::ostream & operator<< ( std::ostream & stream,
MarketHrs::Enum value )
inline

Serializes into a stream.

Definition at line 154 of file Serialization.h.

◆ operator<<() [118/136]

std::ostream & operator<< ( std::ostream & stream,
MatchEventIndicator set )
inline

Serializes into a stream.

Definition at line 1364 of file Serialization.h.

◆ operator<<() [119/136]

std::ostream & operator<< ( std::ostream & stream,
MoneyOrPar::Enum value )
inline

Serializes into a stream.

Definition at line 760 of file Serialization.h.

◆ operator<<() [120/136]

std::ostream & operator<< ( std::ostream & stream,
OpenCloseSettlFlag::Enum value )
inline

Serializes into a stream.

Definition at line 808 of file Serialization.h.

◆ operator<<() [121/136]

std::ostream & operator<< ( std::ostream & stream,
OrderUpdateAction::Enum value )
inline

Serializes into a stream.

Definition at line 856 of file Serialization.h.

◆ operator<<() [122/136]

std::ostream & operator<< ( std::ostream & stream,
PreviousDayFlag::Enum value )
inline

Serializes into a stream.

Definition at line 202 of file Serialization.h.

◆ operator<<() [123/136]

std::ostream & operator<< ( std::ostream & stream,
PriceSource::Enum value )
inline

Serializes into a stream.

Definition at line 901 of file Serialization.h.

◆ operator<<() [124/136]

std::ostream & operator<< ( std::ostream & stream,
PutOrCall::Enum value )
inline

Serializes into a stream.

Definition at line 946 of file Serialization.h.

◆ operator<<() [125/136]

std::ostream & operator<< ( std::ostream & stream,
RepoSubType::Enum value )
inline

Serializes into a stream.

Definition at line 991 of file Serialization.h.

◆ operator<<() [126/136]

std::ostream & operator<< ( std::ostream & stream,
SecurityAltIDSource::Enum value )
inline

Serializes into a stream.

Definition at line 1039 of file Serialization.h.

◆ operator<<() [127/136]

std::ostream & operator<< ( std::ostream & stream,
SecurityTradingEvent::Enum value )
inline

Serializes into a stream.

Definition at line 1087 of file Serialization.h.

◆ operator<<() [128/136]

std::ostream & operator<< ( std::ostream & stream,
SecurityTradingStatus::Enum value )
inline

Serializes into a stream.

Definition at line 1135 of file Serialization.h.

◆ operator<<() [129/136]

std::ostream & operator<< ( std::ostream & stream,
SecurityUpdateAction::Enum value )
inline

Serializes into a stream.

Definition at line 1183 of file Serialization.h.

◆ operator<<() [130/136]

std::ostream & operator<< ( std::ostream & stream,
SettlPriceType set )
inline

Serializes into a stream.

Definition at line 1407 of file Serialization.h.

◆ operator<<() [131/136]

std::ostream & operator<< ( std::ostream & stream,
Side::Enum value )
inline

Serializes into a stream.

Definition at line 1228 of file Serialization.h.

◆ operator<<() [132/136]

std::ostream & operator<< ( std::ostream & stream,
SpectrumEntryType::Enum value )
inline

Serializes into a stream.

Definition at line 298 of file Serialization.h.

◆ operator<<() [133/136]

std::ostream & operator<< ( std::ostream & stream,
SpectrumSecurityTradingEvent::Enum value )
inline

Serializes into a stream.

Definition at line 250 of file Serialization.h.

◆ operator<<() [134/136]

std::ostream & operator<< ( std::ostream & stream,
TickerEntryType::Enum value )
inline

Serializes into a stream.

Definition at line 346 of file Serialization.h.

◆ operator<<() [135/136]

std::ostream & operator<< ( std::ostream & stream,
UpdateAction::Enum value )
inline

Serializes into a stream.

Definition at line 715 of file Serialization.h.

◆ operator<<() [136/136]

std::ostream & operator<< ( std::ostream & stream,
WorkupTradingStatus::Enum value )
inline

Serializes into a stream.

Definition at line 1276 of file Serialization.h.

◆ operator<=() [1/2]

template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator<= ( const Decimal1 & left,
const Decimal2 & right )

Compares two decimals.

Definition at line 626 of file Decimal.Operations.h.

◆ operator<=() [2/2]

template<class Mantissa, class Exponent>
bool operator<= ( const FixedPointDecimal< Mantissa, Exponent > & left,
const FixedPointDecimal< Mantissa, Exponent > & right )

Compares two fixed-point decimals.

Definition at line 495 of file Decimal.Operations.h.

◆ operator==() [1/2]

template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator== ( const Decimal1 & left,
const Decimal2 & right )

Compares two decimals.

Definition at line 540 of file Decimal.Operations.h.

◆ operator==() [2/2]

template<class Mantissa, class Exponent>
bool operator== ( const FixedPointDecimal< Mantissa, Exponent > & left,
const FixedPointDecimal< Mantissa, Exponent > & right )

Compares two fixed-point decimals.

Definition at line 409 of file Decimal.Operations.h.

◆ operator>() [1/2]

template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator> ( const Decimal1 & left,
const Decimal2 & right )

Compares two decimals.

Definition at line 576 of file Decimal.Operations.h.

◆ operator>() [2/2]

template<class Mantissa, class Exponent>
bool operator> ( const FixedPointDecimal< Mantissa, Exponent > & left,
const FixedPointDecimal< Mantissa, Exponent > & right )

Compares two fixed-point decimals.

Definition at line 474 of file Decimal.Operations.h.

◆ operator>=() [1/2]

template<class Decimal1, class Decimal2>
EnableIf< details::AreBothDecimals< Decimal1, Decimal2 >::value, bool >::type operator>= ( const Decimal1 & left,
const Decimal2 & right )

Compares two decimals.

Definition at line 593 of file Decimal.Operations.h.

◆ operator>=() [2/2]

template<class Mantissa, class Exponent>
bool operator>= ( const FixedPointDecimal< Mantissa, Exponent > & left,
const FixedPointDecimal< Mantissa, Exponent > & right )

Compares two fixed-point decimals.

Definition at line 518 of file Decimal.Operations.h.

◆ processTypified()

template<class Processor>
bool processTypified ( const SbeMessage & 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 39 of file Typification.h.

◆ quantize() [1/2]

Decimal quantize ( const Decimal & operand,
Int32 exponent )

Quantize so its exponent is the same as that of provided value.

Exceptions
std::exceptionif the value cannot be quantized.
Returns
resulting decimal.

◆ quantize() [2/2]

bool quantize ( const Decimal & operand,
Int32 exponent,
Decimal & quantized )

Quantize so its exponent is the same as that of provided value.

Returns
false if the value cannot be quantized.

◆ quantizedMantissa()

template<class MantissaType>
MantissaType quantizedMantissa ( const Decimal & operand,
Int32 exponent )

Quantize so its exponent is the same as that of provided value.

Exceptions
std::exceptionif the value cannot be quantized
Returns
resulting decimal mantissa

Definition at line 76 of file Decimal.Operations.h.

◆ timestampToLocalMktDate()

LocalMktDate timestampToLocalMktDate ( const Timestamp & timestamp)
inlinenoexcept

Definition at line 1802 of file Fields.h.

◆ toFix() [1/68]

void toFix ( std::string & str,
AggressorFlag::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 76 of file Serialization.h.

◆ toFix() [2/68]

void toFix ( std::string & str,
AggressorSide::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 124 of file Serialization.h.

◆ toFix() [3/68]

void toFix ( std::string & str,
const AdminHeartbeat12 & obj )

Serializes the object into FIX presentation.

◆ toFix() [4/68]

void toFix ( std::string & str,
const AdminHeartbeat302 & obj )

Serializes the object into FIX presentation.

◆ toFix() [5/68]

void toFix ( std::string & str,
const AdminLogin15 & obj )

Serializes the object into FIX presentation.

◆ toFix() [6/68]

void toFix ( std::string & str,
const AdminLogout16 & obj )

Serializes the object into FIX presentation.

◆ toFix() [7/68]

void toFix ( std::string & str,
const ChannelReset4 & obj )

Serializes the object into FIX presentation.

◆ toFix() [8/68]

void toFix ( std::string & str,
const CollateralMarketValue62 & obj )

Serializes the object into FIX presentation.

◆ toFix() [9/68]

void toFix ( std::string & str,
const GlobalDayRoll307 & obj )

Serializes the object into FIX presentation.

◆ toFix() [10/68]

void toFix ( std::string & str,
const IncrementalRefreshBook46 & obj )

Serializes the object into FIX presentation.

◆ toFix() [11/68]

void toFix ( std::string & str,
const IncrementalRefreshBookLongQty64 & obj )

Serializes the object into FIX presentation.

◆ toFix() [12/68]

void toFix ( std::string & str,
const IncrementalRefreshDailyStatistics49 & obj )

Serializes the object into FIX presentation.

◆ toFix() [13/68]

void toFix ( std::string & str,
const IncrementalRefreshLimitsBanding50 & obj )

Serializes the object into FIX presentation.

◆ toFix() [14/68]

void toFix ( std::string & str,
const IncrementalRefreshOrderBook47 & obj )

Serializes the object into FIX presentation.

◆ toFix() [15/68]

void toFix ( std::string & str,
const IncrementalRefreshSessionStatistics51 & obj )

Serializes the object into FIX presentation.

◆ toFix() [16/68]

void toFix ( std::string & str,
const IncrementalRefreshSessionStatisticsLongQty67 & obj )

Serializes the object into FIX presentation.

◆ toFix() [17/68]

void toFix ( std::string & str,
const IncrementalRefreshSpectrum303 & obj )

Serializes the object into FIX presentation.

◆ toFix() [18/68]

void toFix ( std::string & str,
const IncrementalRefreshTicker304 & obj )

Serializes the object into FIX presentation.

◆ toFix() [19/68]

void toFix ( std::string & str,
const IncrementalRefreshTradeSummary48 & obj )

Serializes the object into FIX presentation.

◆ toFix() [20/68]

void toFix ( std::string & str,
const IncrementalRefreshTradeSummaryLongQty65 & obj )

Serializes the object into FIX presentation.

◆ toFix() [21/68]

void toFix ( std::string & str,
const IncrementalRefreshVolume37 & obj )

Serializes the object into FIX presentation.

◆ toFix() [22/68]

void toFix ( std::string & str,
const IncrementalRefreshVolumeLongQty66 & obj )

Serializes the object into FIX presentation.

◆ toFix() [23/68]

void toFix ( std::string & str,
const InstrumentDefinitionFixedIncome57 & obj )

Serializes the object into FIX presentation.

◆ toFix() [24/68]

void toFix ( std::string & str,
const InstrumentDefinitionFuture54 & obj )

Serializes the object into FIX presentation.

◆ toFix() [25/68]

void toFix ( std::string & str,
const InstrumentDefinitionFX63 & obj )

Serializes the object into FIX presentation.

◆ toFix() [26/68]

void toFix ( std::string & str,
const InstrumentDefinitionOption55 & obj )

Serializes the object into FIX presentation.

◆ toFix() [27/68]

void toFix ( std::string & str,
const InstrumentDefinitionRepo58 & obj )

Serializes the object into FIX presentation.

◆ toFix() [28/68]

void toFix ( std::string & str,
const InstrumentDefinitionSpread56 & obj )

Serializes the object into FIX presentation.

◆ toFix() [29/68]

void toFix ( std::string & str,
const QuoteRequest39 & obj )

Serializes the object into FIX presentation.

◆ toFix() [30/68]

void toFix ( std::string & str,
const SecurityStatus30 & obj )

Serializes the object into FIX presentation.

◆ toFix() [31/68]

void toFix ( std::string & str,
const SecurityStatusWorkup60 & obj )

Serializes the object into FIX presentation.

◆ toFix() [32/68]

void toFix ( std::string & str,
const SnapshotFullRefresh52 & obj )

Serializes the object into FIX presentation.

◆ toFix() [33/68]

void toFix ( std::string & str,
const SnapshotFullRefreshLongQty69 & obj )

Serializes the object into FIX presentation.

◆ toFix() [34/68]

void toFix ( std::string & str,
const SnapshotFullRefreshOrderBook53 & obj )

Serializes the object into FIX presentation.

◆ toFix() [35/68]

void toFix ( std::string & str,
const SnapshotFullRefreshTCP61 & obj )

Serializes the object into FIX presentation.

◆ toFix() [36/68]

void toFix ( std::string & str,
const SnapshotFullRefreshTCPLongQty68 & obj )

Serializes the object into FIX presentation.

◆ toFix() [37/68]

void toFix ( std::string & str,
const SnapshotRefreshSpectrum305 & obj )

Serializes the object into FIX presentation.

◆ toFix() [38/68]

void toFix ( std::string & str,
const SnapshotRefreshTicker306 & obj )

Serializes the object into FIX presentation.

◆ toFix() [39/68]

void toFix ( std::string & str,
const SnapshotRefreshTopOrders59 & obj )

Serializes the object into FIX presentation.

◆ toFix() [40/68]

void toFix ( std::string & str,
EntryType::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 541 of file Serialization.h.

◆ toFix() [41/68]

void toFix ( std::string & str,
EntryTypeBook::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 589 of file Serialization.h.

◆ toFix() [42/68]

void toFix ( std::string & str,
EntryTypeDailyStatistics::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 637 of file Serialization.h.

◆ toFix() [43/68]

void toFix ( std::string & str,
EntryTypeStatistics::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 685 of file Serialization.h.

◆ toFix() [44/68]

void toFix ( std::string & str,
EventIndicator set )
inline

Serializes the object into FIX presentation.

Definition at line 1465 of file Serialization.h.

◆ toFix() [45/68]

void toFix ( std::string & str,
EventType::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 406 of file Serialization.h.

◆ toFix() [46/68]

void toFix ( std::string & str,
HaltReason::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 451 of file Serialization.h.

◆ toFix() [47/68]

void toFix ( std::string & str,
InstAttribValue set )
inline

Serializes the object into FIX presentation.

Definition at line 1336 of file Serialization.h.

◆ toFix() [48/68]

void toFix ( std::string & str,
LegSide::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 496 of file Serialization.h.

◆ toFix() [49/68]

void toFix ( std::string & str,
MarketHrs::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 169 of file Serialization.h.

◆ toFix() [50/68]

void toFix ( std::string & str,
MatchEventIndicator set )
inline

Serializes the object into FIX presentation.

Definition at line 1379 of file Serialization.h.

◆ toFix() [51/68]

void toFix ( std::string & str,
MoneyOrPar::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 775 of file Serialization.h.

◆ toFix() [52/68]

void toFix ( std::string & str,
OpenCloseSettlFlag::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 823 of file Serialization.h.

◆ toFix() [53/68]

void toFix ( std::string & str,
OrderUpdateAction::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 871 of file Serialization.h.

◆ toFix() [54/68]

void toFix ( std::string & str,
PreviousDayFlag::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 217 of file Serialization.h.

◆ toFix() [55/68]

void toFix ( std::string & str,
PriceSource::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 916 of file Serialization.h.

◆ toFix() [56/68]

void toFix ( std::string & str,
PutOrCall::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 961 of file Serialization.h.

◆ toFix() [57/68]

void toFix ( std::string & str,
RepoSubType::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 1006 of file Serialization.h.

◆ toFix() [58/68]

void toFix ( std::string & str,
SecurityAltIDSource::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 1054 of file Serialization.h.

◆ toFix() [59/68]

void toFix ( std::string & str,
SecurityTradingEvent::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 1102 of file Serialization.h.

◆ toFix() [60/68]

void toFix ( std::string & str,
SecurityTradingStatus::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 1150 of file Serialization.h.

◆ toFix() [61/68]

void toFix ( std::string & str,
SecurityUpdateAction::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 1198 of file Serialization.h.

◆ toFix() [62/68]

void toFix ( std::string & str,
SettlPriceType set )
inline

Serializes the object into FIX presentation.

Definition at line 1422 of file Serialization.h.

◆ toFix() [63/68]

void toFix ( std::string & str,
Side::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 1243 of file Serialization.h.

◆ toFix() [64/68]

void toFix ( std::string & str,
SpectrumEntryType::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 313 of file Serialization.h.

◆ toFix() [65/68]

void toFix ( std::string & str,
SpectrumSecurityTradingEvent::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 265 of file Serialization.h.

◆ toFix() [66/68]

void toFix ( std::string & str,
TickerEntryType::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 361 of file Serialization.h.

◆ toFix() [67/68]

void toFix ( std::string & str,
UpdateAction::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 730 of file Serialization.h.

◆ toFix() [68/68]

void toFix ( std::string & str,
WorkupTradingStatus::Enum value )
inline

Serializes the object into FIX presentation.

Definition at line 1291 of file Serialization.h.

◆ toStr() [1/271]

std::string toStr ( AggressorFlag::Enum value)
inline

Serializes into a string.

Definition at line 49 of file Serialization.h.

◆ toStr() [2/271]

std::string toStr ( AggressorSide::Enum value)
inline

Serializes into a string.

Definition at line 97 of file Serialization.h.

◆ toStr() [3/271]

std::string toStr ( const AdminHeartbeat12 & obj)
inline

Serializes into a string.

Definition at line 3637 of file Serialization.h.

◆ toStr() [4/271]

std::string toStr ( const AdminHeartbeat302 & obj)
inline

Serializes into a string.

Definition at line 3169 of file Serialization.h.

◆ toStr() [5/271]

std::string toStr ( const AdminLogin15 & obj)
inline

Serializes into a string.

Definition at line 3678 of file Serialization.h.

◆ toStr() [6/271]

std::string toStr ( const AdminLogout16 & obj)
inline

Serializes into a string.

Definition at line 3718 of file Serialization.h.

◆ toStr() [7/271]

std::string toStr ( const ChannelReset4 & obj)
inline

Serializes into a string.

Definition at line 3561 of file Serialization.h.

◆ toStr() [8/271]

std::string toStr ( const ChannelReset4::Entry & obj)
inline

Serializes into a string.

Definition at line 3602 of file Serialization.h.

◆ toStr() [9/271]

std::string toStr ( const CollateralMarketValue62 & obj)
inline

Serializes into a string.

Definition at line 2349 of file Serialization.h.

◆ toStr() [10/271]

std::string toStr ( const CollateralMarketValue62::Entry & obj)
inline

Serializes into a string.

Definition at line 2391 of file Serialization.h.

◆ toStr() [11/271]

template<class Mantissa, class Exponent>
std::string toStr ( const FixedPointDecimal< Mantissa, Exponent > & number)
inline

Serializes a fixed-point decimal into a string.

Definition at line 340 of file Decimal.Operations.h.

◆ toStr() [12/271]

template<class Mantissa, class Exponent>
std::string toStr ( const FloatingPointDecimal< Mantissa, Exponent > & number)
inline

Serializes a floating-point decimal into a string.

Definition at line 322 of file Decimal.Operations.h.

◆ toStr() [13/271]

std::string toStr ( const GlobalDayRoll307 & obj)
inline

Serializes into a string.

Definition at line 3520 of file Serialization.h.

◆ toStr() [14/271]

std::string toStr ( const GroupSize & obj)
inline

Serializes into a string.

Definition at line 1518 of file Serialization.h.

◆ toStr() [15/271]

std::string toStr ( const GroupSize8Byte & obj)
inline

Serializes into a string.

Definition at line 1553 of file Serialization.h.

◆ toStr() [16/271]

std::string toStr ( const GroupSizeEncoding & obj)
inline

Serializes into a string.

Definition at line 1589 of file Serialization.h.

◆ toStr() [17/271]

std::string toStr ( const IncrementalRefreshBook46 & obj)
inline

Serializes into a string.

Definition at line 4195 of file Serialization.h.

◆ toStr() [18/271]

std::string toStr ( const IncrementalRefreshBook46::Entry & obj)
inline

Serializes into a string.

Definition at line 4237 of file Serialization.h.

◆ toStr() [19/271]

std::string toStr ( const IncrementalRefreshBook46::OrderIDEntry & obj)
inline

Serializes into a string.

Definition at line 4271 of file Serialization.h.

◆ toStr() [20/271]

std::string toStr ( const IncrementalRefreshBookLongQty64 & obj)
inline

Serializes into a string.

Definition at line 2639 of file Serialization.h.

◆ toStr() [21/271]

std::string toStr ( const IncrementalRefreshBookLongQty64::Entry & obj)
inline

Serializes into a string.

Definition at line 2681 of file Serialization.h.

◆ toStr() [22/271]

std::string toStr ( const IncrementalRefreshBookLongQty64::OrderIDEntry & obj)
inline

Serializes into a string.

Definition at line 2715 of file Serialization.h.

◆ toStr() [23/271]

std::string toStr ( const IncrementalRefreshDailyStatistics49 & obj)
inline

Serializes into a string.

Definition at line 4306 of file Serialization.h.

◆ toStr() [24/271]

std::string toStr ( const IncrementalRefreshDailyStatistics49::Entry & obj)
inline

Serializes into a string.

Definition at line 4348 of file Serialization.h.

◆ toStr() [25/271]

std::string toStr ( const IncrementalRefreshLimitsBanding50 & obj)
inline

Serializes into a string.

Definition at line 4383 of file Serialization.h.

◆ toStr() [26/271]

std::string toStr ( const IncrementalRefreshLimitsBanding50::Entry & obj)
inline

Serializes into a string.

Definition at line 4425 of file Serialization.h.

◆ toStr() [27/271]

std::string toStr ( const IncrementalRefreshOrderBook47 & obj)
inline

Serializes into a string.

Definition at line 5126 of file Serialization.h.

◆ toStr() [28/271]

std::string toStr ( const IncrementalRefreshOrderBook47::Entry & obj)
inline

Serializes into a string.

Definition at line 5168 of file Serialization.h.

◆ toStr() [29/271]

std::string toStr ( const IncrementalRefreshSessionStatistics51 & obj)
inline

Serializes into a string.

Definition at line 4460 of file Serialization.h.

◆ toStr() [30/271]

std::string toStr ( const IncrementalRefreshSessionStatistics51::Entry & obj)
inline

Serializes into a string.

Definition at line 4502 of file Serialization.h.

◆ toStr() [31/271]

std::string toStr ( const IncrementalRefreshSessionStatisticsLongQty67 & obj)
inline

Serializes into a string.

Definition at line 2938 of file Serialization.h.

◆ toStr() [32/271]

std::string toStr ( const IncrementalRefreshSessionStatisticsLongQty67::Entry & obj)
inline

Serializes into a string.

Definition at line 2980 of file Serialization.h.

◆ toStr() [33/271]

std::string toStr ( const IncrementalRefreshSpectrum303 & obj)
inline

Serializes into a string.

Definition at line 3212 of file Serialization.h.

◆ toStr() [34/271]

std::string toStr ( const IncrementalRefreshSpectrum303::Entry & obj)
inline

Serializes into a string.

Definition at line 3254 of file Serialization.h.

◆ toStr() [35/271]

std::string toStr ( const IncrementalRefreshTicker304 & obj)
inline

Serializes into a string.

Definition at line 3289 of file Serialization.h.

◆ toStr() [36/271]

std::string toStr ( const IncrementalRefreshTicker304::Entry & obj)
inline

Serializes into a string.

Definition at line 3331 of file Serialization.h.

◆ toStr() [37/271]

std::string toStr ( const IncrementalRefreshTradeSummary48 & obj)
inline

Serializes into a string.

Definition at line 5015 of file Serialization.h.

◆ toStr() [38/271]

std::string toStr ( const IncrementalRefreshTradeSummary48::Entry & obj)
inline

Serializes into a string.

Definition at line 5057 of file Serialization.h.

◆ toStr() [39/271]

std::string toStr ( const IncrementalRefreshTradeSummary48::OrderIDEntry & obj)
inline

Serializes into a string.

Definition at line 5091 of file Serialization.h.

◆ toStr() [40/271]

std::string toStr ( const IncrementalRefreshTradeSummaryLongQty65 & obj)
inline

Serializes into a string.

Definition at line 2750 of file Serialization.h.

◆ toStr() [41/271]

std::string toStr ( const IncrementalRefreshTradeSummaryLongQty65::Entry & obj)
inline

Serializes into a string.

Definition at line 2792 of file Serialization.h.

◆ toStr() [42/271]

std::string toStr ( const IncrementalRefreshTradeSummaryLongQty65::OrderIDEntry & obj)
inline

Serializes into a string.

Definition at line 2826 of file Serialization.h.

◆ toStr() [43/271]

std::string toStr ( const IncrementalRefreshVolume37 & obj)
inline

Serializes into a string.

Definition at line 4537 of file Serialization.h.

◆ toStr() [44/271]

std::string toStr ( const IncrementalRefreshVolume37::Entry & obj)
inline

Serializes into a string.

Definition at line 4579 of file Serialization.h.

◆ toStr() [45/271]

std::string toStr ( const IncrementalRefreshVolumeLongQty66 & obj)
inline

Serializes into a string.

Definition at line 2861 of file Serialization.h.

◆ toStr() [46/271]

std::string toStr ( const IncrementalRefreshVolumeLongQty66::Entry & obj)
inline

Serializes into a string.

Definition at line 2903 of file Serialization.h.

◆ toStr() [47/271]

std::string toStr ( const InstrumentDefinitionFixedIncome57 & obj)
inline

Serializes into a string.

Definition at line 1658 of file Serialization.h.

◆ toStr() [48/271]

std::string toStr ( const InstrumentDefinitionFixedIncome57::EventsEntry & obj)
inline

Serializes into a string.

Definition at line 1700 of file Serialization.h.

◆ toStr() [49/271]

std::string toStr ( const InstrumentDefinitionFixedIncome57::FeedTypesEntry & obj)
inline

Serializes into a string.

Definition at line 1734 of file Serialization.h.

◆ toStr() [50/271]

std::string toStr ( const InstrumentDefinitionFixedIncome57::InstAttribEntry & obj)
inline

Serializes into a string.

Definition at line 1768 of file Serialization.h.

◆ toStr() [51/271]

std::string toStr ( const InstrumentDefinitionFixedIncome57::LotTypeRulesEntry & obj)
inline

Serializes into a string.

Definition at line 1802 of file Serialization.h.

◆ toStr() [52/271]

std::string toStr ( const InstrumentDefinitionFuture54 & obj)
inline

Serializes into a string.

Definition at line 3760 of file Serialization.h.

◆ toStr() [53/271]

std::string toStr ( const InstrumentDefinitionFuture54::EventsEntry & obj)
inline

Serializes into a string.

Definition at line 3802 of file Serialization.h.

◆ toStr() [54/271]

std::string toStr ( const InstrumentDefinitionFuture54::FeedTypesEntry & obj)
inline

Serializes into a string.

Definition at line 3836 of file Serialization.h.

◆ toStr() [55/271]

std::string toStr ( const InstrumentDefinitionFuture54::InstAttribEntry & obj)
inline

Serializes into a string.

Definition at line 3870 of file Serialization.h.

◆ toStr() [56/271]

std::string toStr ( const InstrumentDefinitionFuture54::LotTypeRulesEntry & obj)
inline

Serializes into a string.

Definition at line 3904 of file Serialization.h.

◆ toStr() [57/271]

std::string toStr ( const InstrumentDefinitionFX63 & obj)
inline

Serializes into a string.

Definition at line 2426 of file Serialization.h.

◆ toStr() [58/271]

std::string toStr ( const InstrumentDefinitionFX63::EventsEntry & obj)
inline

Serializes into a string.

Definition at line 2468 of file Serialization.h.

◆ toStr() [59/271]

std::string toStr ( const InstrumentDefinitionFX63::FeedTypesEntry & obj)
inline

Serializes into a string.

Definition at line 2502 of file Serialization.h.

◆ toStr() [60/271]

std::string toStr ( const InstrumentDefinitionFX63::InstAttribEntry & obj)
inline

Serializes into a string.

Definition at line 2536 of file Serialization.h.

◆ toStr() [61/271]

std::string toStr ( const InstrumentDefinitionFX63::LotTypeRulesEntry & obj)
inline

Serializes into a string.

Definition at line 2570 of file Serialization.h.

◆ toStr() [62/271]

std::string toStr ( const InstrumentDefinitionFX63::TradingSessionsEntry & obj)
inline

Serializes into a string.

Definition at line 2604 of file Serialization.h.

◆ toStr() [63/271]

std::string toStr ( const InstrumentDefinitionOption55 & obj)
inline

Serializes into a string.

Definition at line 4768 of file Serialization.h.

◆ toStr() [64/271]

std::string toStr ( const InstrumentDefinitionOption55::EventsEntry & obj)
inline

Serializes into a string.

Definition at line 4810 of file Serialization.h.

◆ toStr() [65/271]

std::string toStr ( const InstrumentDefinitionOption55::FeedTypesEntry & obj)
inline

Serializes into a string.

Definition at line 4844 of file Serialization.h.

◆ toStr() [66/271]

std::string toStr ( const InstrumentDefinitionOption55::InstAttribEntry & obj)
inline

Serializes into a string.

Definition at line 4878 of file Serialization.h.

◆ toStr() [67/271]

std::string toStr ( const InstrumentDefinitionOption55::LotTypeRulesEntry & obj)
inline

Serializes into a string.

Definition at line 4912 of file Serialization.h.

◆ toStr() [68/271]

std::string toStr ( const InstrumentDefinitionOption55::RelatedInstrumentsEntry & obj)
inline

Serializes into a string.

Definition at line 4980 of file Serialization.h.

◆ toStr() [69/271]

std::string toStr ( const InstrumentDefinitionOption55::UnderlyingsEntry & obj)
inline

Serializes into a string.

Definition at line 4946 of file Serialization.h.

◆ toStr() [70/271]

std::string toStr ( const InstrumentDefinitionRepo58 & obj)
inline

Serializes into a string.

Definition at line 1837 of file Serialization.h.

◆ toStr() [71/271]

std::string toStr ( const InstrumentDefinitionRepo58::BrokenDatesEntry & obj)
inline

Serializes into a string.

Definition at line 2083 of file Serialization.h.

◆ toStr() [72/271]

std::string toStr ( const InstrumentDefinitionRepo58::EventsEntry & obj)
inline

Serializes into a string.

Definition at line 1879 of file Serialization.h.

◆ toStr() [73/271]

std::string toStr ( const InstrumentDefinitionRepo58::FeedTypesEntry & obj)
inline

Serializes into a string.

Definition at line 1913 of file Serialization.h.

◆ toStr() [74/271]

std::string toStr ( const InstrumentDefinitionRepo58::InstAttribEntry & obj)
inline

Serializes into a string.

Definition at line 1947 of file Serialization.h.

◆ toStr() [75/271]

std::string toStr ( const InstrumentDefinitionRepo58::LotTypeRulesEntry & obj)
inline

Serializes into a string.

Definition at line 1981 of file Serialization.h.

◆ toStr() [76/271]

std::string toStr ( const InstrumentDefinitionRepo58::RelatedInstrumentsEntry & obj)
inline

Serializes into a string.

Definition at line 2049 of file Serialization.h.

◆ toStr() [77/271]

std::string toStr ( const InstrumentDefinitionRepo58::UnderlyingsEntry & obj)
inline

Serializes into a string.

Definition at line 2015 of file Serialization.h.

◆ toStr() [78/271]

std::string toStr ( const InstrumentDefinitionSpread56 & obj)
inline

Serializes into a string.

Definition at line 3939 of file Serialization.h.

◆ toStr() [79/271]

std::string toStr ( const InstrumentDefinitionSpread56::EventsEntry & obj)
inline

Serializes into a string.

Definition at line 3981 of file Serialization.h.

◆ toStr() [80/271]

std::string toStr ( const InstrumentDefinitionSpread56::FeedTypesEntry & obj)
inline

Serializes into a string.

Definition at line 4015 of file Serialization.h.

◆ toStr() [81/271]

std::string toStr ( const InstrumentDefinitionSpread56::InstAttribEntry & obj)
inline

Serializes into a string.

Definition at line 4049 of file Serialization.h.

◆ toStr() [82/271]

std::string toStr ( const InstrumentDefinitionSpread56::LegsEntry & obj)
inline

Serializes into a string.

Definition at line 4117 of file Serialization.h.

◆ toStr() [83/271]

std::string toStr ( const InstrumentDefinitionSpread56::LotTypeRulesEntry & obj)
inline

Serializes into a string.

Definition at line 4083 of file Serialization.h.

◆ toStr() [84/271]

std::string toStr ( const MaturityMonthYear & obj)
inline

Serializes into a string.

Definition at line 1484 of file Serialization.h.

◆ toStr() [85/271]

std::string toStr ( const MessageHeader & obj)
inline

Serializes into a string.

Definition at line 1623 of file Serialization.h.

◆ toStr() [86/271]

std::string toStr ( const QuoteRequest39 & obj)
inline

Serializes into a string.

Definition at line 4691 of file Serialization.h.

◆ toStr() [87/271]

std::string toStr ( const QuoteRequest39::RelatedSymEntry & obj)
inline

Serializes into a string.

Definition at line 4733 of file Serialization.h.

◆ toStr() [88/271]

std::string toStr ( const SecurityStatus30 & obj)
inline

Serializes into a string.

Definition at line 4152 of file Serialization.h.

◆ toStr() [89/271]

std::string toStr ( const SecurityStatusWorkup60 & obj)
inline

Serializes into a string.

Definition at line 2195 of file Serialization.h.

◆ toStr() [90/271]

std::string toStr ( const SecurityStatusWorkup60::OrderIDEntry & obj)
inline

Serializes into a string.

Definition at line 2237 of file Serialization.h.

◆ toStr() [91/271]

std::string toStr ( const SnapshotFullRefresh52 & obj)
inline

Serializes into a string.

Definition at line 4614 of file Serialization.h.

◆ toStr() [92/271]

std::string toStr ( const SnapshotFullRefresh52::Entry & obj)
inline

Serializes into a string.

Definition at line 4656 of file Serialization.h.

◆ toStr() [93/271]

std::string toStr ( const SnapshotFullRefreshLongQty69 & obj)
inline

Serializes into a string.

Definition at line 3092 of file Serialization.h.

◆ toStr() [94/271]

std::string toStr ( const SnapshotFullRefreshLongQty69::Entry & obj)
inline

Serializes into a string.

Definition at line 3134 of file Serialization.h.

◆ toStr() [95/271]

std::string toStr ( const SnapshotFullRefreshOrderBook53 & obj)
inline

Serializes into a string.

Definition at line 5203 of file Serialization.h.

◆ toStr() [96/271]

std::string toStr ( const SnapshotFullRefreshOrderBook53::Entry & obj)
inline

Serializes into a string.

Definition at line 5245 of file Serialization.h.

◆ toStr() [97/271]

std::string toStr ( const SnapshotFullRefreshTCP61 & obj)
inline

Serializes into a string.

Definition at line 2272 of file Serialization.h.

◆ toStr() [98/271]

std::string toStr ( const SnapshotFullRefreshTCP61::Entry & obj)
inline

Serializes into a string.

Definition at line 2314 of file Serialization.h.

◆ toStr() [99/271]

std::string toStr ( const SnapshotFullRefreshTCPLongQty68 & obj)
inline

Serializes into a string.

Definition at line 3015 of file Serialization.h.

◆ toStr() [100/271]

std::string toStr ( const SnapshotFullRefreshTCPLongQty68::Entry & obj)
inline

Serializes into a string.

Definition at line 3057 of file Serialization.h.

◆ toStr() [101/271]

std::string toStr ( const SnapshotRefreshSpectrum305 & obj)
inline

Serializes into a string.

Definition at line 3366 of file Serialization.h.

◆ toStr() [102/271]

std::string toStr ( const SnapshotRefreshSpectrum305::Entry & obj)
inline

Serializes into a string.

Definition at line 3408 of file Serialization.h.

◆ toStr() [103/271]

std::string toStr ( const SnapshotRefreshTicker306 & obj)
inline

Serializes into a string.

Definition at line 3443 of file Serialization.h.

◆ toStr() [104/271]

std::string toStr ( const SnapshotRefreshTicker306::Entry & obj)
inline

Serializes into a string.

Definition at line 3485 of file Serialization.h.

◆ toStr() [105/271]

std::string toStr ( const SnapshotRefreshTopOrders59 & obj)
inline

Serializes into a string.

Definition at line 2118 of file Serialization.h.

◆ toStr() [106/271]

std::string toStr ( const SnapshotRefreshTopOrders59::Entry & obj)
inline

Serializes into a string.

Definition at line 2160 of file Serialization.h.

◆ toStr() [107/271]

std::string toStr ( EntryType::Enum value)
inline

Serializes into a string.

Definition at line 515 of file Serialization.h.

◆ toStr() [108/271]

std::string toStr ( EntryTypeBook::Enum value)
inline

Serializes into a string.

Definition at line 562 of file Serialization.h.

◆ toStr() [109/271]

std::string toStr ( EntryTypeDailyStatistics::Enum value)
inline

Serializes into a string.

Definition at line 610 of file Serialization.h.

◆ toStr() [110/271]

std::string toStr ( EntryTypeStatistics::Enum value)
inline

Serializes into a string.

Definition at line 658 of file Serialization.h.

◆ toStr() [111/271]

std::string toStr ( EventIndicator set)
inline

Serializes into a string.

Definition at line 1439 of file Serialization.h.

◆ toStr() [112/271]

std::string toStr ( EventType::Enum value)
inline

Serializes into a string.

Definition at line 380 of file Serialization.h.

◆ toStr() [113/271]

std::string toStr ( HaltReason::Enum value)
inline

Serializes into a string.

Definition at line 425 of file Serialization.h.

◆ toStr() [114/271]

std::string toStr ( InstAttribValue set)
inline

Serializes into a string.

Definition at line 1310 of file Serialization.h.

◆ toStr() [115/271]

std::string toStr ( LegSide::Enum value)
inline

Serializes into a string.

Definition at line 470 of file Serialization.h.

◆ toStr() [116/271]

std::string toStr ( MarketHrs::Enum value)
inline

Serializes into a string.

Definition at line 143 of file Serialization.h.

◆ toStr() [117/271]

std::string toStr ( MatchEventIndicator set)
inline

Serializes into a string.

Definition at line 1353 of file Serialization.h.

◆ toStr() [118/271]

std::string toStr ( MoneyOrPar::Enum value)
inline

Serializes into a string.

Definition at line 749 of file Serialization.h.

◆ toStr() [119/271]

std::string toStr ( OpenCloseSettlFlag::Enum value)
inline

Serializes into a string.

Definition at line 796 of file Serialization.h.

◆ toStr() [120/271]

std::string toStr ( OrderUpdateAction::Enum value)
inline

Serializes into a string.

Definition at line 844 of file Serialization.h.

◆ toStr() [121/271]

std::string toStr ( PreviousDayFlag::Enum value)
inline

Serializes into a string.

Definition at line 190 of file Serialization.h.

◆ toStr() [122/271]

std::string toStr ( PriceSource::Enum value)
inline

Serializes into a string.

Definition at line 890 of file Serialization.h.

◆ toStr() [123/271]

std::string toStr ( PutOrCall::Enum value)
inline

Serializes into a string.

Definition at line 935 of file Serialization.h.

◆ toStr() [124/271]

std::string toStr ( RepoSubType::Enum value)
inline

Serializes into a string.

Definition at line 980 of file Serialization.h.

◆ toStr() [125/271]

std::string toStr ( SecurityAltIDSource::Enum value)
inline

Serializes into a string.

Definition at line 1027 of file Serialization.h.

◆ toStr() [126/271]

std::string toStr ( SecurityTradingEvent::Enum value)
inline

Serializes into a string.

Definition at line 1075 of file Serialization.h.

◆ toStr() [127/271]

std::string toStr ( SecurityTradingStatus::Enum value)
inline

Serializes into a string.

Definition at line 1123 of file Serialization.h.

◆ toStr() [128/271]

std::string toStr ( SecurityUpdateAction::Enum value)
inline

Serializes into a string.

Definition at line 1171 of file Serialization.h.

◆ toStr() [129/271]

std::string toStr ( SettlPriceType set)
inline

Serializes into a string.

Definition at line 1396 of file Serialization.h.

◆ toStr() [130/271]

std::string toStr ( Side::Enum value)
inline

Serializes into a string.

Definition at line 1217 of file Serialization.h.

◆ toStr() [131/271]

std::string toStr ( SpectrumEntryType::Enum value)
inline

Serializes into a string.

Definition at line 286 of file Serialization.h.

◆ toStr() [132/271]

std::string toStr ( SpectrumSecurityTradingEvent::Enum value)
inline

Serializes into a string.

Definition at line 238 of file Serialization.h.

◆ toStr() [133/271]

void toStr ( std::string & str,
AggressorFlag::Enum value )

Serializes into a string.

◆ toStr() [134/271]

void toStr ( std::string & str,
AggressorSide::Enum value )

Serializes into a string.

◆ toStr() [135/271]

void toStr ( std::string & str,
const AdminHeartbeat12 & obj )

Serializes into a string.

◆ toStr() [136/271]

void toStr ( std::string & str,
const AdminHeartbeat302 & obj )

Serializes into a string.

◆ toStr() [137/271]

void toStr ( std::string & str,
const AdminLogin15 & obj )

Serializes into a string.

◆ toStr() [138/271]

void toStr ( std::string & str,
const AdminLogout16 & obj )

Serializes into a string.

◆ toStr() [139/271]

void toStr ( std::string & str,
const ChannelReset4 & obj )

Serializes into a string.

◆ toStr() [140/271]

void toStr ( std::string & str,
const ChannelReset4::Entry & obj )

Serializes into a string.

◆ toStr() [141/271]

void toStr ( std::string & str,
const CollateralMarketValue62 & obj )

Serializes into a string.

◆ toStr() [142/271]

void toStr ( std::string & str,
const CollateralMarketValue62::Entry & obj )

Serializes into a string.

◆ toStr() [143/271]

template<class Mantissa, class Exponent>
void toStr ( std::string & str,
const FixedPointDecimal< Mantissa, Exponent > & number )
inline

Serializes a fixed-point decimal into a string.

Definition at line 300 of file Decimal.Operations.h.

◆ toStr() [144/271]

template<class Mantissa, class Exponent>
void toStr ( std::string & str,
const FloatingPointDecimal< Mantissa, Exponent > & number )
inline

Serializes floating-point decimal into a string.

Definition at line 256 of file Decimal.Operations.h.

◆ toStr() [145/271]

void toStr ( std::string & str,
const GlobalDayRoll307 & obj )

Serializes into a string.

◆ toStr() [146/271]

void toStr ( std::string & str,
const GroupSize & obj )

Serializes into a string.

◆ toStr() [147/271]

void toStr ( std::string & str,
const GroupSize8Byte & obj )

Serializes into a string.

◆ toStr() [148/271]

void toStr ( std::string & str,
const GroupSizeEncoding & obj )

Serializes into a string.

◆ toStr() [149/271]

void toStr ( std::string & str,
const IncrementalRefreshBook46 & obj )

Serializes into a string.

◆ toStr() [150/271]

void toStr ( std::string & str,
const IncrementalRefreshBook46::Entry & obj )

Serializes into a string.

◆ toStr() [151/271]

void toStr ( std::string & str,
const IncrementalRefreshBook46::OrderIDEntry & obj )

Serializes into a string.

◆ toStr() [152/271]

void toStr ( std::string & str,
const IncrementalRefreshBookLongQty64 & obj )

Serializes into a string.

◆ toStr() [153/271]

void toStr ( std::string & str,
const IncrementalRefreshBookLongQty64::Entry & obj )

Serializes into a string.

◆ toStr() [154/271]

void toStr ( std::string & str,
const IncrementalRefreshBookLongQty64::OrderIDEntry & obj )

Serializes into a string.

◆ toStr() [155/271]

void toStr ( std::string & str,
const IncrementalRefreshDailyStatistics49 & obj )

Serializes into a string.

◆ toStr() [156/271]

void toStr ( std::string & str,
const IncrementalRefreshDailyStatistics49::Entry & obj )

Serializes into a string.

◆ toStr() [157/271]

void toStr ( std::string & str,
const IncrementalRefreshLimitsBanding50 & obj )

Serializes into a string.

◆ toStr() [158/271]

void toStr ( std::string & str,
const IncrementalRefreshLimitsBanding50::Entry & obj )

Serializes into a string.

◆ toStr() [159/271]

void toStr ( std::string & str,
const IncrementalRefreshOrderBook47 & obj )

Serializes into a string.

◆ toStr() [160/271]

void toStr ( std::string & str,
const IncrementalRefreshOrderBook47::Entry & obj )

Serializes into a string.

◆ toStr() [161/271]

void toStr ( std::string & str,
const IncrementalRefreshSessionStatistics51 & obj )

Serializes into a string.

◆ toStr() [162/271]

void toStr ( std::string & str,
const IncrementalRefreshSessionStatistics51::Entry & obj )

Serializes into a string.

◆ toStr() [163/271]

void toStr ( std::string & str,
const IncrementalRefreshSessionStatisticsLongQty67 & obj )

Serializes into a string.

◆ toStr() [164/271]

void toStr ( std::string & str,
const IncrementalRefreshSessionStatisticsLongQty67::Entry & obj )

Serializes into a string.

◆ toStr() [165/271]

void toStr ( std::string & str,
const IncrementalRefreshSpectrum303 & obj )

Serializes into a string.

◆ toStr() [166/271]

void toStr ( std::string & str,
const IncrementalRefreshSpectrum303::Entry & obj )

Serializes into a string.

◆ toStr() [167/271]

void toStr ( std::string & str,
const IncrementalRefreshTicker304 & obj )

Serializes into a string.

◆ toStr() [168/271]

void toStr ( std::string & str,
const IncrementalRefreshTicker304::Entry & obj )

Serializes into a string.

◆ toStr() [169/271]

void toStr ( std::string & str,
const IncrementalRefreshTradeSummary48 & obj )

Serializes into a string.

◆ toStr() [170/271]

void toStr ( std::string & str,
const IncrementalRefreshTradeSummary48::Entry & obj )

Serializes into a string.

◆ toStr() [171/271]

void toStr ( std::string & str,
const IncrementalRefreshTradeSummary48::OrderIDEntry & obj )

Serializes into a string.

◆ toStr() [172/271]

void toStr ( std::string & str,
const IncrementalRefreshTradeSummaryLongQty65 & obj )

Serializes into a string.

◆ toStr() [173/271]

void toStr ( std::string & str,
const IncrementalRefreshTradeSummaryLongQty65::Entry & obj )

Serializes into a string.

◆ toStr() [174/271]

void toStr ( std::string & str,
const IncrementalRefreshTradeSummaryLongQty65::OrderIDEntry & obj )

Serializes into a string.

◆ toStr() [175/271]

void toStr ( std::string & str,
const IncrementalRefreshVolume37 & obj )

Serializes into a string.

◆ toStr() [176/271]

void toStr ( std::string & str,
const IncrementalRefreshVolume37::Entry & obj )

Serializes into a string.

◆ toStr() [177/271]

void toStr ( std::string & str,
const IncrementalRefreshVolumeLongQty66 & obj )

Serializes into a string.

◆ toStr() [178/271]

void toStr ( std::string & str,
const IncrementalRefreshVolumeLongQty66::Entry & obj )

Serializes into a string.

◆ toStr() [179/271]

void toStr ( std::string & str,
const InstrumentDefinitionFixedIncome57 & obj )

Serializes into a string.

◆ toStr() [180/271]

void toStr ( std::string & str,
const InstrumentDefinitionFixedIncome57::EventsEntry & obj )

Serializes into a string.

◆ toStr() [181/271]

void toStr ( std::string & str,
const InstrumentDefinitionFixedIncome57::FeedTypesEntry & obj )

Serializes into a string.

◆ toStr() [182/271]

void toStr ( std::string & str,
const InstrumentDefinitionFixedIncome57::InstAttribEntry & obj )

Serializes into a string.

◆ toStr() [183/271]

void toStr ( std::string & str,
const InstrumentDefinitionFixedIncome57::LotTypeRulesEntry & obj )

Serializes into a string.

◆ toStr() [184/271]

void toStr ( std::string & str,
const InstrumentDefinitionFuture54 & obj )

Serializes into a string.

◆ toStr() [185/271]

void toStr ( std::string & str,
const InstrumentDefinitionFuture54::EventsEntry & obj )

Serializes into a string.

◆ toStr() [186/271]

void toStr ( std::string & str,
const InstrumentDefinitionFuture54::FeedTypesEntry & obj )

Serializes into a string.

◆ toStr() [187/271]

void toStr ( std::string & str,
const InstrumentDefinitionFuture54::InstAttribEntry & obj )

Serializes into a string.

◆ toStr() [188/271]

void toStr ( std::string & str,
const InstrumentDefinitionFuture54::LotTypeRulesEntry & obj )

Serializes into a string.

◆ toStr() [189/271]

void toStr ( std::string & str,
const InstrumentDefinitionFX63 & obj )

Serializes into a string.

◆ toStr() [190/271]

void toStr ( std::string & str,
const InstrumentDefinitionFX63::EventsEntry & obj )

Serializes into a string.

◆ toStr() [191/271]

void toStr ( std::string & str,
const InstrumentDefinitionFX63::FeedTypesEntry & obj )

Serializes into a string.

◆ toStr() [192/271]

void toStr ( std::string & str,
const InstrumentDefinitionFX63::InstAttribEntry & obj )

Serializes into a string.

◆ toStr() [193/271]

void toStr ( std::string & str,
const InstrumentDefinitionFX63::LotTypeRulesEntry & obj )

Serializes into a string.

◆ toStr() [194/271]

void toStr ( std::string & str,
const InstrumentDefinitionFX63::TradingSessionsEntry & obj )

Serializes into a string.

◆ toStr() [195/271]

void toStr ( std::string & str,
const InstrumentDefinitionOption55 & obj )

Serializes into a string.

◆ toStr() [196/271]

void toStr ( std::string & str,
const InstrumentDefinitionOption55::EventsEntry & obj )

Serializes into a string.

◆ toStr() [197/271]

void toStr ( std::string & str,
const InstrumentDefinitionOption55::FeedTypesEntry & obj )

Serializes into a string.

◆ toStr() [198/271]

void toStr ( std::string & str,
const InstrumentDefinitionOption55::InstAttribEntry & obj )

Serializes into a string.

◆ toStr() [199/271]

void toStr ( std::string & str,
const InstrumentDefinitionOption55::LotTypeRulesEntry & obj )

Serializes into a string.

◆ toStr() [200/271]

void toStr ( std::string & str,
const InstrumentDefinitionOption55::RelatedInstrumentsEntry & obj )

Serializes into a string.

◆ toStr() [201/271]

void toStr ( std::string & str,
const InstrumentDefinitionOption55::UnderlyingsEntry & obj )

Serializes into a string.

◆ toStr() [202/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58 & obj )

Serializes into a string.

◆ toStr() [203/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58::BrokenDatesEntry & obj )

Serializes into a string.

◆ toStr() [204/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58::EventsEntry & obj )

Serializes into a string.

◆ toStr() [205/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58::FeedTypesEntry & obj )

Serializes into a string.

◆ toStr() [206/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58::InstAttribEntry & obj )

Serializes into a string.

◆ toStr() [207/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58::LotTypeRulesEntry & obj )

Serializes into a string.

◆ toStr() [208/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58::RelatedInstrumentsEntry & obj )

Serializes into a string.

◆ toStr() [209/271]

void toStr ( std::string & str,
const InstrumentDefinitionRepo58::UnderlyingsEntry & obj )

Serializes into a string.

◆ toStr() [210/271]

void toStr ( std::string & str,
const InstrumentDefinitionSpread56 & obj )

Serializes into a string.

◆ toStr() [211/271]

void toStr ( std::string & str,
const InstrumentDefinitionSpread56::EventsEntry & obj )

Serializes into a string.

◆ toStr() [212/271]

void toStr ( std::string & str,
const InstrumentDefinitionSpread56::FeedTypesEntry & obj )

Serializes into a string.

◆ toStr() [213/271]

void toStr ( std::string & str,
const InstrumentDefinitionSpread56::InstAttribEntry & obj )

Serializes into a string.

◆ toStr() [214/271]

void toStr ( std::string & str,
const InstrumentDefinitionSpread56::LegsEntry & obj )

Serializes into a string.

◆ toStr() [215/271]

void toStr ( std::string & str,
const InstrumentDefinitionSpread56::LotTypeRulesEntry & obj )

Serializes into a string.

◆ toStr() [216/271]

void toStr ( std::string & str,
const MaturityMonthYear & obj )

Serializes into a string.

◆ toStr() [217/271]

void toStr ( std::string & str,
const MessageHeader & obj )

Serializes into a string.

◆ toStr() [218/271]

void toStr ( std::string & str,
const QuoteRequest39 & obj )

Serializes into a string.

◆ toStr() [219/271]

void toStr ( std::string & str,
const QuoteRequest39::RelatedSymEntry & obj )

Serializes into a string.

◆ toStr() [220/271]

void toStr ( std::string & str,
const SecurityStatus30 & obj )

Serializes into a string.

◆ toStr() [221/271]

void toStr ( std::string & str,
const SecurityStatusWorkup60 & obj )

Serializes into a string.

◆ toStr() [222/271]

void toStr ( std::string & str,
const SecurityStatusWorkup60::OrderIDEntry & obj )

Serializes into a string.

◆ toStr() [223/271]

void toStr ( std::string & str,
const SnapshotFullRefresh52 & obj )

Serializes into a string.

◆ toStr() [224/271]

void toStr ( std::string & str,
const SnapshotFullRefresh52::Entry & obj )

Serializes into a string.

◆ toStr() [225/271]

void toStr ( std::string & str,
const SnapshotFullRefreshLongQty69 & obj )

Serializes into a string.

◆ toStr() [226/271]

void toStr ( std::string & str,
const SnapshotFullRefreshLongQty69::Entry & obj )

Serializes into a string.

◆ toStr() [227/271]

void toStr ( std::string & str,
const SnapshotFullRefreshOrderBook53 & obj )

Serializes into a string.

◆ toStr() [228/271]

void toStr ( std::string & str,
const SnapshotFullRefreshOrderBook53::Entry & obj )

Serializes into a string.

◆ toStr() [229/271]

void toStr ( std::string & str,
const SnapshotFullRefreshTCP61 & obj )

Serializes into a string.

◆ toStr() [230/271]

void toStr ( std::string & str,
const SnapshotFullRefreshTCP61::Entry & obj )

Serializes into a string.

◆ toStr() [231/271]

void toStr ( std::string & str,
const SnapshotFullRefreshTCPLongQty68 & obj )

Serializes into a string.

◆ toStr() [232/271]

void toStr ( std::string & str,
const SnapshotFullRefreshTCPLongQty68::Entry & obj )

Serializes into a string.

◆ toStr() [233/271]

void toStr ( std::string & str,
const SnapshotRefreshSpectrum305 & obj )

Serializes into a string.

◆ toStr() [234/271]

void toStr ( std::string & str,
const SnapshotRefreshSpectrum305::Entry & obj )

Serializes into a string.

◆ toStr() [235/271]

void toStr ( std::string & str,
const SnapshotRefreshTicker306 & obj )

Serializes into a string.

◆ toStr() [236/271]

void toStr ( std::string & str,
const SnapshotRefreshTicker306::Entry & obj )

Serializes into a string.

◆ toStr() [237/271]

void toStr ( std::string & str,
const SnapshotRefreshTopOrders59 & obj )

Serializes into a string.

◆ toStr() [238/271]

void toStr ( std::string & str,
const SnapshotRefreshTopOrders59::Entry & obj )

Serializes into a string.

◆ toStr() [239/271]

void toStr ( std::string & str,
EntryType::Enum value )

Serializes into a string.

◆ toStr() [240/271]

void toStr ( std::string & str,
EntryTypeBook::Enum value )

Serializes into a string.

◆ toStr() [241/271]

void toStr ( std::string & str,
EntryTypeDailyStatistics::Enum value )

Serializes into a string.

◆ toStr() [242/271]

void toStr ( std::string & str,
EntryTypeStatistics::Enum value )

Serializes into a string.

◆ toStr() [243/271]

void toStr ( std::string & str,
EventIndicator set )

Serializes into a string.

◆ toStr() [244/271]

void toStr ( std::string & str,
EventType::Enum value )

Serializes into a string.

◆ toStr() [245/271]

void toStr ( std::string & str,
HaltReason::Enum value )

Serializes into a string.

◆ toStr() [246/271]

void toStr ( std::string & str,
InstAttribValue set )

Serializes into a string.

◆ toStr() [247/271]

void toStr ( std::string & str,
LegSide::Enum value )

Serializes into a string.

◆ toStr() [248/271]

void toStr ( std::string & str,
MarketHrs::Enum value )

Serializes into a string.

◆ toStr() [249/271]

void toStr ( std::string & str,
MatchEventIndicator set )

Serializes into a string.

◆ toStr() [250/271]

void toStr ( std::string & str,
MoneyOrPar::Enum value )

Serializes into a string.

◆ toStr() [251/271]

void toStr ( std::string & str,
OpenCloseSettlFlag::Enum value )

Serializes into a string.

◆ toStr() [252/271]

void toStr ( std::string & str,
OrderUpdateAction::Enum value )

Serializes into a string.

◆ toStr() [253/271]

void toStr ( std::string & str,
PreviousDayFlag::Enum value )

Serializes into a string.

◆ toStr() [254/271]

void toStr ( std::string & str,
PriceSource::Enum value )

Serializes into a string.

◆ toStr() [255/271]

void toStr ( std::string & str,
PutOrCall::Enum value )

Serializes into a string.

◆ toStr() [256/271]

void toStr ( std::string & str,
RepoSubType::Enum value )

Serializes into a string.

◆ toStr() [257/271]

void toStr ( std::string & str,
SecurityAltIDSource::Enum value )

Serializes into a string.

◆ toStr() [258/271]

void toStr ( std::string & str,
SecurityTradingEvent::Enum value )

Serializes into a string.

◆ toStr() [259/271]

void toStr ( std::string & str,
SecurityTradingStatus::Enum value )

Serializes into a string.

◆ toStr() [260/271]

void toStr ( std::string & str,
SecurityUpdateAction::Enum value )

Serializes into a string.

◆ toStr() [261/271]

void toStr ( std::string & str,
SettlPriceType set )

Serializes into a string.

◆ toStr() [262/271]

void toStr ( std::string & str,
Side::Enum value )

Serializes into a string.

◆ toStr() [263/271]

void toStr ( std::string & str,
SpectrumEntryType::Enum value )

Serializes into a string.

◆ toStr() [264/271]

void toStr ( std::string & str,
SpectrumSecurityTradingEvent::Enum value )

Serializes into a string.

◆ toStr() [265/271]

template<typename T>
void toStr ( std::string & str,
T value )

Definition at line 31 of file Serialization.h.

◆ toStr() [266/271]

void toStr ( std::string & str,
TickerEntryType::Enum value )

Serializes into a string.

◆ toStr() [267/271]

void toStr ( std::string & str,
UpdateAction::Enum value )

Serializes into a string.

◆ toStr() [268/271]

void toStr ( std::string & str,
WorkupTradingStatus::Enum value )

Serializes into a string.

◆ toStr() [269/271]

std::string toStr ( TickerEntryType::Enum value)
inline

Serializes into a string.

Definition at line 334 of file Serialization.h.

◆ toStr() [270/271]

std::string toStr ( UpdateAction::Enum value)
inline

Serializes into a string.

Definition at line 704 of file Serialization.h.

◆ toStr() [271/271]

std::string toStr ( WorkupTradingStatus::Enum value)
inline

Serializes into a string.

Definition at line 1264 of file Serialization.h.