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 ×tamp) 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 FloatingPointDecimal<Int64, Int32> Decimal |
Universal decimal type.
Definition at line 39 of file Decimal.Operations.h.
typedef FixedPointDecimal< Int64, IntegralConstant<Int8, -9>> Decimal9 |
Decimal with constant exponent -9.
Definition at line 38 of file Composites.h.
typedef FixedPointDecimal< Int32, IntegralConstant<Int8, -4>> DecimalQty |
typedef IntegralConstant<Char, 'J'> EntryTypeChannelReset |
typedef IntegralConstant<Char, 'g'> EntryTypeLimits |
typedef IntegralConstant<Char, '2'> EntryTypeTrade |
typedef IntegralConstant<Char, 'e'> EntryTypeVol |
typedef IntegralConstant<Int8, 24> InstAttribType |
typedef UInt16 LocalMktDate |
typedef IntegralConstant<Int32, 2147483647> NullInt32 |
typedef IntegralConstant<Int8, 127> NullInt8 |
typedef IntegralConstant<UInt16, 65535> NullLocalMktDate |
Null value for an optional LocalMktDate field.
typedef IntegralConstant<UInt16, 65535> NullUInt16 |
typedef IntegralConstant<UInt32, 4294967295> NullUInt32 |
typedef IntegralConstant<UInt64, 18446744073709551615ULL> NullUInt64 |
typedef IntegralConstant<UInt8, 255> NullUInt8 |
typedef FixedPointDecimal< Int64, IntegralConstant<Int8, -9>> PRICE9 |
Price with constant exponent -9.
Definition at line 707 of file Composites.h.
typedef MessageHeader::SchemaId SchemaId |
Definition at line 35 of file SchemaTraits.h.
typedef MessageHeader::Version SchemaVersion |
Aliases SBE-encoded data version type.
Definition at line 31 of file SchemaTraits.h.
typedef IntegralConstant<UInt8, 4> SecurityAltIDSourceISIN |
typedef Char SecurityExchange[4] |
typedef IntegralConstant<Char, '8'> SecurityIDSource |
typedef IntegralConstant<Int8, 0> UpdateActionNew |
typedef IntegralConstant<Int8, 0> UpdateTypeNew |
typedef Char UserDefinedInstrument |
EnableIf< details::IsDecimal< DecimalT >::value, DecimalT >::type convert | ( | const Decimal & | number | ) |
Convert the decimal in to a different one.
std::exception | if the value cannot be converted |
Definition at line 139 of file Decimal.Operations.h.
void convert | ( | FixedPointDecimal< MantissaType, ExponentType > & | res, |
const Decimal & | number ) |
Definition at line 97 of file Decimal.Operations.h.
void convert | ( | FloatingPointDecimal< MantissaType, ExponentType > & | res, |
const Decimal & | number ) |
Definition at line 111 of file Decimal.Operations.h.
Deserializes a decimal number from the given text presentation.
|
inlinenoexcept |
Deserializes a decimal number from the given text presentation.
Definition at line 222 of file Decimal.Operations.h.
|
inlinenoexcept |
Definition at line 767 of file Composites.h.
|
inlinenoexcept |
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.
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.
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.
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.
|
inline |
Serializes into a stream.
Definition at line 61 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 109 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3649 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3181 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3689 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3729 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3572 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3614 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2361 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2403 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 357 of file Decimal.Operations.h.
|
inline |
Serializes into a stream.
Definition at line 373 of file Decimal.Operations.h.
|
inline |
Serializes into a stream.
Definition at line 278 of file Decimal.Operations.h.
|
inline |
Serializes into a stream.
Definition at line 3532 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1529 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1565 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1601 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4207 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4249 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4283 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2651 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2693 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2727 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4318 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4360 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4395 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4437 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 5138 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 5180 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4472 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4514 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2950 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2992 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3224 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3266 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3301 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3343 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 5027 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 5069 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 5103 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2762 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2804 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2838 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4549 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4591 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2873 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2915 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1670 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1712 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1746 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1780 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1814 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3772 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3814 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3848 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3882 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3916 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2438 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2480 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2514 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2548 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2582 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2616 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4780 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4822 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4856 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4890 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4924 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4992 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4958 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1849 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2095 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1891 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1925 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1959 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1993 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2061 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2027 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3951 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3993 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4027 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4061 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4129 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4095 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1496 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1634 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4703 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4745 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4164 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2207 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2249 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4626 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 4668 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3104 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3146 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 5215 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 5257 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2284 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2326 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3027 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3069 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3378 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3420 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3455 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 3497 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2130 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 2172 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 526 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 574 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 622 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 670 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1450 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 391 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 436 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1321 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 481 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 154 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1364 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 760 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 808 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 856 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 202 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 901 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 946 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 991 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1039 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1087 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1135 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1183 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1407 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1228 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 298 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 250 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 346 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 715 of file Serialization.h.
|
inline |
Serializes into a stream.
Definition at line 1276 of file Serialization.h.
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.
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.
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.
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.
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.
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.
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.
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.
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 so its exponent is the same as that of provided value.
std::exception | if the value cannot be quantized. |
Quantize so its exponent is the same as that of provided value.
MantissaType quantizedMantissa | ( | const Decimal & | operand, |
Int32 | exponent ) |
Quantize so its exponent is the same as that of provided value.
std::exception | if the value cannot be quantized |
Definition at line 76 of file Decimal.Operations.h.
|
inlinenoexcept |
|
inline |
Serializes the object into FIX presentation.
Definition at line 76 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 124 of file Serialization.h.
void toFix | ( | std::string & | str, |
const AdminHeartbeat12 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const AdminHeartbeat302 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const AdminLogin15 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const AdminLogout16 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const ChannelReset4 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const CollateralMarketValue62 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const GlobalDayRoll307 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshBook46 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshBookLongQty64 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshDailyStatistics49 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshLimitsBanding50 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshOrderBook47 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshSessionStatistics51 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshSessionStatisticsLongQty67 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshSpectrum303 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshTicker304 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshTradeSummary48 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshTradeSummaryLongQty65 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshVolume37 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const IncrementalRefreshVolumeLongQty66 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const InstrumentDefinitionFuture54 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const InstrumentDefinitionFX63 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const InstrumentDefinitionOption55 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const InstrumentDefinitionRepo58 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const InstrumentDefinitionSpread56 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const QuoteRequest39 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SecurityStatus30 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SecurityStatusWorkup60 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotFullRefresh52 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotFullRefreshLongQty69 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotFullRefreshOrderBook53 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotFullRefreshTCP61 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotFullRefreshTCPLongQty68 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotRefreshSpectrum305 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotRefreshTicker306 & | obj ) |
Serializes the object into FIX presentation.
void toFix | ( | std::string & | str, |
const SnapshotRefreshTopOrders59 & | obj ) |
Serializes the object into FIX presentation.
|
inline |
Serializes the object into FIX presentation.
Definition at line 541 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 589 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 637 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 685 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1465 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 406 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 451 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1336 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 496 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 169 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1379 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 775 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 823 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 871 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 217 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 916 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 961 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1006 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1054 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1102 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1150 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1198 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1422 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1243 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 313 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 265 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 361 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 730 of file Serialization.h.
|
inline |
Serializes the object into FIX presentation.
Definition at line 1291 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 49 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 97 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3637 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3169 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3678 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3718 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3561 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3602 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2349 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2391 of file Serialization.h.
|
inline |
Serializes a fixed-point decimal into a string.
Definition at line 340 of file Decimal.Operations.h.
|
inline |
Serializes a floating-point decimal into a string.
Definition at line 322 of file Decimal.Operations.h.
|
inline |
Serializes into a string.
Definition at line 3520 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1518 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1553 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1589 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4195 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4237 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4271 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2639 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2681 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2715 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4306 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4348 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4383 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4425 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 5126 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 5168 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4460 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4502 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2938 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2980 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3212 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3254 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3289 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3331 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 5015 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 5057 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 5091 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2750 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2792 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2826 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4537 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4579 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2861 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2903 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1658 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1700 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1734 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1768 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1802 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3760 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3802 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3836 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3870 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3904 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2426 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2468 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2502 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2536 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2570 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2604 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4768 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4810 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4844 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4878 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4912 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4980 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4946 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1837 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2083 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1879 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1913 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1947 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1981 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2049 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2015 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3939 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3981 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4015 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4049 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4117 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4083 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1484 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1623 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4691 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4733 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4152 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2195 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2237 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4614 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 4656 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3092 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3134 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 5203 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 5245 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2272 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2314 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3015 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3057 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3366 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3408 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3443 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 3485 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2118 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 2160 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 515 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 562 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 610 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 658 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1439 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 380 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 425 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1310 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 470 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 143 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1353 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 749 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 796 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 844 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 190 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 890 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 935 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 980 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1027 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1075 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1123 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1171 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1396 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1217 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 286 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 238 of file Serialization.h.
void toStr | ( | std::string & | str, |
AggressorFlag::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
AggressorSide::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const AdminHeartbeat12 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const AdminHeartbeat302 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const AdminLogin15 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const AdminLogout16 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const ChannelReset4 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const ChannelReset4::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const CollateralMarketValue62 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const CollateralMarketValue62::Entry & | obj ) |
Serializes into a string.
|
inline |
Serializes a fixed-point decimal into a string.
Definition at line 300 of file Decimal.Operations.h.
|
inline |
Serializes floating-point decimal into a string.
Definition at line 256 of file Decimal.Operations.h.
void toStr | ( | std::string & | str, |
const GlobalDayRoll307 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const GroupSize & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const GroupSize8Byte & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const GroupSizeEncoding & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshBook46 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshBook46::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshBook46::OrderIDEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshBookLongQty64 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshBookLongQty64::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshBookLongQty64::OrderIDEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshDailyStatistics49 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshDailyStatistics49::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshLimitsBanding50 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshLimitsBanding50::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshOrderBook47 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshOrderBook47::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshSessionStatistics51 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshSessionStatistics51::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshSessionStatisticsLongQty67 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshSessionStatisticsLongQty67::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshSpectrum303 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshSpectrum303::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTicker304 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTicker304::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTradeSummary48 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTradeSummary48::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTradeSummary48::OrderIDEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTradeSummaryLongQty65 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTradeSummaryLongQty65::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshTradeSummaryLongQty65::OrderIDEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshVolume37 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshVolume37::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshVolumeLongQty66 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const IncrementalRefreshVolumeLongQty66::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57::EventsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57::FeedTypesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57::InstAttribEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFixedIncome57::LotTypeRulesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFuture54 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFuture54::EventsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFuture54::FeedTypesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFuture54::InstAttribEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFuture54::LotTypeRulesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFX63 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFX63::EventsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFX63::FeedTypesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFX63::InstAttribEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFX63::LotTypeRulesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionFX63::TradingSessionsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55::EventsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55::FeedTypesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55::InstAttribEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55::LotTypeRulesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55::RelatedInstrumentsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionOption55::UnderlyingsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58::BrokenDatesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58::EventsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58::FeedTypesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58::InstAttribEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58::LotTypeRulesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58::RelatedInstrumentsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionRepo58::UnderlyingsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionSpread56 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionSpread56::EventsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionSpread56::FeedTypesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionSpread56::InstAttribEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionSpread56::LegsEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const InstrumentDefinitionSpread56::LotTypeRulesEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const MaturityMonthYear & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const MessageHeader & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const QuoteRequest39 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const QuoteRequest39::RelatedSymEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SecurityStatus30 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SecurityStatusWorkup60 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SecurityStatusWorkup60::OrderIDEntry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefresh52 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefresh52::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshLongQty69 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshLongQty69::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshOrderBook53 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshOrderBook53::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshTCP61 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshTCP61::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshTCPLongQty68 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotFullRefreshTCPLongQty68::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotRefreshSpectrum305 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotRefreshSpectrum305::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotRefreshTicker306 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotRefreshTicker306::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotRefreshTopOrders59 & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
const SnapshotRefreshTopOrders59::Entry & | obj ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
EntryType::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
EntryTypeBook::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
EntryTypeDailyStatistics::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
EntryTypeStatistics::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
EventIndicator | set ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
EventType::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
HaltReason::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
InstAttribValue | set ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
LegSide::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
MarketHrs::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
MatchEventIndicator | set ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
MoneyOrPar::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
OpenCloseSettlFlag::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
OrderUpdateAction::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
PreviousDayFlag::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
PriceSource::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
PutOrCall::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
RepoSubType::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
SecurityAltIDSource::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
SecurityTradingEvent::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
SecurityTradingStatus::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
SecurityUpdateAction::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
SettlPriceType | set ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
Side::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
SpectrumEntryType::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
SpectrumSecurityTradingEvent::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
T | value ) |
Definition at line 31 of file Serialization.h.
void toStr | ( | std::string & | str, |
TickerEntryType::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
UpdateAction::Enum | value ) |
Serializes into a string.
void toStr | ( | std::string & | str, |
WorkupTradingStatus::Enum | value ) |
Serializes into a string.
|
inline |
Serializes into a string.
Definition at line 334 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 704 of file Serialization.h.
|
inline |
Serializes into a string.
Definition at line 1264 of file Serialization.h.