Typedefs | |
| typedef std::vector< std::string > | HandlerLogs |
| typedef std::vector< std::string >::iterator | HandlerLogsEntry |
| typedef std::set< std::string > | Symbols |
| typedef UInt8 | Byte |
| typedef std::vector< OrderInfo > | OrderInfos |
| typedef PriceLevelCollections::Array | PriceLevels |
| typedef PriceLevelCollections::ArrayEntry | PriceLevelsEntry |
| typedef PriceLevelCollections::ArrayConstEntry | PriceLevelsConstEntry |
| typedef char | Char |
| typedef UInt8 | Integer1 |
| typedef UInt16 | Integer2 |
| typedef UInt32 | Integer4 |
| typedef UInt64 | Integer8 |
| typedef UInt8 | SignedInteger1 |
| typedef UInt16 | SignedInteger2 |
| typedef UInt32 | SignedInteger4 |
| typedef UInt64 | SignedInteger8 |
| typedef Integer8 | SequenceNumber |
| typedef Integer8 | InstrumentId |
| typedef Integer8 | OrderId |
| typedef SignedInteger8 | Price |
| typedef Integer8 | Quantity |
| typedef Integer2 | MessageSize |
| typedef UInt8 | BitField |
| typedef size_t | CpuIndex |
Functions | |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, EventCode::Enum) |
| std::string | toStr (EventCode::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, IndustryIdentifierType::Enum) |
| std::string | toStr (IndustryIdentifierType::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, InstrumentType::Enum) |
| std::string | toStr (InstrumentType::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, PriceType::Enum) |
| std::string | toStr (PriceType::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, MatchAlgorithm::Enum) |
| std::string | toStr (MatchAlgorithm::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, Authenticity::Enum) |
| std::string | toStr (Authenticity::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, TradingState::Enum) |
| std::string | toStr (TradingState::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, Side::Enum) |
| std::string | toStr (Side::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, BlockTierId::Enum) |
| std::string | toStr (BlockTierId::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, YesOrNo::Enum) |
| std::string | toStr (YesOrNo::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, PrivilegeState::Enum) |
| std::string | toStr (PrivilegeState::Enum layout) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, WorkupState::Enum) |
| std::string | toStr (WorkupState::Enum layout) |
| ONIXS_FMXUST_BIMP_API std::string | enumToString (LogLevel::Enum) |
| LogSettings::Enum | operator| (LogSettings::Enum a, LogSettings::Enum b) |
| LogFilePermission::Enum | operator| (LogFilePermission::Enum a, LogFilePermission::Enum b) |
| void ONIXS_FMXUST_BIMP_API | gatherLogs (HandlerLogs *gatheredLogs, const std::string &root) |
| ONIXS_FMXUST_BIMP_API ONIXS_FMXUST_BIMP_COLDPATH ONIXS_FMXUST_BIMP_NORETURN void | throwIncorrectSize (const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize) |
| ONIXS_FMXUST_BIMP_API std::string | enumToString (ErrorCode::Enum) |
| ONIXS_FMXUST_BIMP_API std::ostream & | operator<< (std::ostream &stream, const ServiceDescriptor &descriptor) |
| ONIXS_FMXUST_BIMP_API std::ostream & | operator<< (std::ostream &stream, const FeedDescriptor &descriptor) |
| ONIXS_FMXUST_BIMP_API std::ostream & | operator<< (std::ostream &stream, const TcpServiceDescriptor &descriptor) |
| ONIXS_FMXUST_BIMP_API std::ostream & | operator<< (std::ostream &stream, const TcpFeedDescriptor &descriptor) |
| ONIXS_FMXUST_BIMP_API std::ostream & | operator<< (std::ostream &stream, const HandlerSettings &settings) |
| template<typename Type> | |
| void * | toOpaquePtr (Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
| template<typename Type> | |
| const void * | toOpaquePtr (const Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
| template<typename Type> | |
| Byte * | toByteBlock (Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
| template<typename Type> | |
| const Byte * | toByteBlock (const Type *ptr) ONIXS_FMXUST_BIMP_NOTHROW |
| template<typename Type> | |
| Type * | advanceByBytes (Type *pointer, ptrdiff_t distance) ONIXS_FMXUST_BIMP_NOTHROW |
| template<typename Type> | |
| Type * | advanceBackByBytes (Type *pointer, ptrdiff_t distance) ONIXS_FMXUST_BIMP_NOTHROW |
| template<typename Left, typename Right> | |
| ptrdiff_t | byteDistance (Left *left, Right *right) ONIXS_FMXUST_BIMP_NOTHROW |
| template<class FieldValue> | |
| FieldValue | unalignedCopy (const void *p) ONIXS_FMXUST_BIMP_NOTHROW |
| bool | operator== (const PriceLevel &l, const PriceLevel &r) ONIXS_FMXUST_BIMP_NOTHROW |
| bool | isValid (const PriceLevel &level) ONIXS_FMXUST_BIMP_NOTHROW |
| const Price & | getPrice (const PriceLevel &level) ONIXS_FMXUST_BIMP_NOTHROW |
| ONIXS_FMXUST_BIMP_API std::ostream & | operator<< (std::ostream &stream, const PriceLevel &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) |
| ONIXS_FMXUST_BIMP_API void | decimalToStr (std::string &, Int64, Int32) |
| template<class Mantissa, class Exponent> | |
| void | toStr (std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number) |
| template<class Mantissa, class Exponent> | |
| std::string | toStr (const FixedPointDecimal< Mantissa, Exponent > &number) |
| template<class Mantissa, class Exponent> | |
| std::ostream & | operator<< (std::ostream &stream, const FixedPointDecimal< Mantissa, Exponent > &number) |
| ONIXS_FMXUST_BIMP_API std::string | enumToString (HandlerState::Enum) |
| ONIXS_FMXUST_BIMP_API_DECL (class, OrderBook) | |
| StrRef | toStrRef (const std::string &str) |
| StrRef | toStrRef (const Char *cStr) |
| std::string | toStr (const StrRef &ref) |
| void | toStr (std::string &str, const StrRef &ref) |
| std::string | toStr (Char character) |
| void | toStr (std::string &str, Char character) |
| void | toStr (std::string &str, const std::string &value) |
| bool | operator== (const StrRef &left, const StrRef &right) |
| bool | operator!= (const StrRef &left, const StrRef &right) |
| bool | operator== (const StrRef &ref, const std::string &str) |
| bool | operator!= (const StrRef &ref, const std::string &str) |
| bool | operator== (const std::string &str, const StrRef &ref) |
| bool | operator!= (const std::string &str, const StrRef &ref) |
| bool | operator== (const StrRef &ref, const Char *str) |
| bool | operator!= (const StrRef &ref, const Char *str) |
| bool | operator== (const Char *str, const StrRef &ref) |
| bool | operator!= (const Char *str, const StrRef &ref) |
| bool | operator< (const StrRef &left, const StrRef &right) |
| bool | operator> (const StrRef &left, const StrRef &right) |
| std::ostream & | operator<< (std::ostream &stream, const StrRef &text) |
| ONIXS_FMXUST_BIMP_API std::ostream & | operator<< (std::ostream &stream, const DataSource &ds) |
| bool | process (FeedEngine &engine) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, Int8) |
| std::string | toStr (Int8 number) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, UInt8) |
| std::string | toStr (UInt8 number) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, Int16) |
| std::string | toStr (Int16 number) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, UInt16) |
| std::string | toStr (UInt16 number) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, Int32) |
| std::string | toStr (Int32 number) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, UInt32) |
| std::string | toStr (UInt32 number) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, Int64) |
| std::string | toStr (Int64 number) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, UInt64) |
| std::string | toStr (UInt64 number) |
| template<typename Type, Type Constant> | |
| void | toStr (std::string &str, IntegralConstant< Type, Constant > constant) |
| template<typename Type, Type Constant> | |
| std::string | toStr (IntegralConstant< Type, Constant > constant) |
| bool | operator== (const TimeSpan &left, const TimeSpan &right) |
| bool | operator!= (const TimeSpan &left, const TimeSpan &right) |
| bool | operator< (const TimeSpan &left, const TimeSpan &right) |
| bool | operator> (const TimeSpan &left, const TimeSpan &right) |
| ONIXS_FMXUST_BIMP_API void | toStrAsHHMMSS (std::string &, TimeSpan) |
| ONIXS_FMXUST_BIMP_API void | toStrAsHHMMSSmsec (std::string &, TimeSpan) |
| ONIXS_FMXUST_BIMP_API void | toStrAsSDHHMMSSnsec (std::string &, TimeSpan) |
| void | toStr (std::string &str, TimeSpan timeSpan, TimeSpanFormat::Enum format=TimeSpanFormat::SDHHMMSSnsec) |
| std::string | toStr (TimeSpan timeSpan, TimeSpanFormat::Enum format=TimeSpanFormat::SDHHMMSSnsec) |
| Timestamp | fromSeconds (UInt32 secondsSinceEpoch) |
| bool | operator== (const Timestamp &left, const Timestamp &right) |
| bool | operator!= (const Timestamp &left, const Timestamp &right) |
| bool | operator< (const Timestamp &left, const Timestamp &right) |
| bool | operator<= (const Timestamp &left, const Timestamp &right) |
| bool | operator> (const Timestamp &left, const Timestamp &right) |
| bool | operator>= (const Timestamp &left, const Timestamp &right) |
| Timestamp | operator+ (const Timestamp ×tamp, const TimeSpan &timeSpan) |
| Timestamp | operator- (const Timestamp ×tamp, const TimeSpan &timeSpan) |
| TimeSpan | operator- (const Timestamp &left, const Timestamp &right) |
| ONIXS_FMXUST_BIMP_API void | toStrAsYYYYMMDD (std::string &, Timestamp) |
| ONIXS_FMXUST_BIMP_API void | toStrAsYYYYMMDDHHMMSS (std::string &, Timestamp) |
| ONIXS_FMXUST_BIMP_API void | toStrAsYYYYMMDDHHMMSSmsec (std::string &, Timestamp) |
| ONIXS_FMXUST_BIMP_API void | toStrAsYYYYMMDDHHMMSSnsec (std::string &, Timestamp) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &str, Timestamp timestamp, TimestampFormat::Enum format=TimestampFormat::YYYYMMDDHHMMSSnsec) |
| std::string | toStr (Timestamp timestamp, TimestampFormat::Enum format=TimestampFormat::YYYYMMDDHHMMSSnsec) |
| ONIXS_FMXUST_BIMP_API bool | fromStr (Timestamp &, const char *, size_t) |
| bool | fromStr (Timestamp &ts, const std::string &str) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const AddOrderMsg &) |
| std::string | toStr (const AddOrderMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const InstrumentDirectoryMsg &) |
| std::string | toStr (const InstrumentDirectoryMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const InstrumentStatsMsg &) |
| std::string | toStr (const InstrumentStatsMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const InstrumentTradingActionMsg &) |
| std::string | toStr (const InstrumentTradingActionMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const OrderDeletedMsg &) |
| std::string | toStr (const OrderDeletedMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const OrderExecutedMsg &) |
| std::string | toStr (const OrderExecutedMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const OrderPartiallyCancelledMsg &) |
| std::string | toStr (const OrderPartiallyCancelledMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const OrderReplacedMsg &) |
| std::string | toStr (const OrderReplacedMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const PrivilegeNotificationMsg &) |
| std::string | toStr (const PrivilegeNotificationMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const SystemEventMsg &) |
| std::string | toStr (const SystemEventMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const TradeMsg &) |
| std::string | toStr (const TradeMsg &msg) |
| ONIXS_FMXUST_BIMP_API void | toStr (std::string &, const WorkupNotificationMsg &) |
| std::string | toStr (const WorkupNotificationMsg &msg) |
Variables | |
| class ONIXS_FMXUST_BIMP_API | FeedEngineThreadPool |
| typedef std::vector<std::string> HandlerLogs |
| typedef std::vector<std::string>::iterator HandlerLogsEntry |
| typedef Integer8 InstrumentId |
| typedef Integer2 MessageSize |
| typedef std::vector<OrderInfo> OrderInfos |
Definition at line 45 of file OrderBook.h.
| typedef SignedInteger8 Price |
Sequence of price levels.
Definition at line 173 of file OrderBook.h.
Iterator over read-only collection of price levels.
Definition at line 179 of file OrderBook.h.
Iterator to access price levels with write permissions.
Definition at line 176 of file OrderBook.h.
| typedef Integer8 SequenceNumber |
| typedef UInt8 SignedInteger1 |
| typedef UInt16 SignedInteger2 |
| typedef UInt32 SignedInteger4 |
| typedef UInt64 SignedInteger8 |
| typedef std::set<std::string> Symbols |
Alias for symbol list.
Definition at line 178 of file HandlerSettings.h.
|
inline |
|
inline |
|
inline |
| ONIXS_FMXUST_BIMP_API void decimalToStr | ( | std::string & | , |
| Int64 | , | ||
| Int32 | ) |
Serializes decimal presented by mantissa and exponent into a string.
| ONIXS_FMXUST_BIMP_API std::string enumToString | ( | ErrorCode::Enum | ) |
Returns string representation of ErrorCode value.
| ONIXS_FMXUST_BIMP_API std::string enumToString | ( | HandlerState::Enum | ) |
Returns string representation of HandlerState value.
| ONIXS_FMXUST_BIMP_API std::string enumToString | ( | LogLevel::Enum | ) |
Returns string representation of ErrorCode value.
|
inline |
| ONIXS_FMXUST_BIMP_API bool fromStr | ( | Timestamp & | , |
| const char * | , | ||
| size_t | ) |
De-serializes a timestamp from the given string.
|
inline |
| void ONIXS_FMXUST_BIMP_API gatherLogs | ( | HandlerLogs * | gatheredLogs, |
| const std::string & | root ) |
Gathers log files logs which are stored in a given folder.
|
inline |
Returns value of Price8.
Definition at line 278 of file OrderBook.h.
|
inline |
Indicates whether the instance of PriceLevel is valid.
Definition at line 284 of file OrderBook.h.
| ONIXS_FMXUST_BIMP_API_DECL | ( | class | , |
| OrderBook | ) |
| bool operator!= | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
| const FixedPointDecimal< Mantissa, Exponent > & | right ) |
|
inline |
|
inline |
| bool operator< | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
| const FixedPointDecimal< Mantissa, Exponent > & | right ) |
| ONIXS_FMXUST_BIMP_API std::ostream & operator<< | ( | std::ostream & | stream, |
| const DataSource & | ds ) |
| ONIXS_FMXUST_BIMP_API std::ostream & operator<< | ( | std::ostream & | stream, |
| const FeedDescriptor & | descriptor ) |
| std::ostream & operator<< | ( | std::ostream & | stream, |
| const FixedPointDecimal< Mantissa, Exponent > & | number ) |
| ONIXS_FMXUST_BIMP_API std::ostream & operator<< | ( | std::ostream & | stream, |
| const HandlerSettings & | settings ) |
| ONIXS_FMXUST_BIMP_API std::ostream & operator<< | ( | std::ostream & | stream, |
| const PriceLevel & | value ) |
| ONIXS_FMXUST_BIMP_API std::ostream & operator<< | ( | std::ostream & | stream, |
| const ServiceDescriptor & | descriptor ) |
|
inline |
| ONIXS_FMXUST_BIMP_API std::ostream & operator<< | ( | std::ostream & | stream, |
| const TcpFeedDescriptor & | descriptor ) |
| ONIXS_FMXUST_BIMP_API std::ostream & operator<< | ( | std::ostream & | stream, |
| const TcpServiceDescriptor & | descriptor ) |
| bool operator<= | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
| const FixedPointDecimal< Mantissa, Exponent > & | right ) |
| bool operator== | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
| const FixedPointDecimal< Mantissa, Exponent > & | right ) |
|
inline |
compare
Definition at line 302 of file OrderBook.h.
|
inline |
|
inline |
| bool operator> | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
| const FixedPointDecimal< Mantissa, Exponent > & | right ) |
| bool operator>= | ( | const FixedPointDecimal< Mantissa, Exponent > & | left, |
| const FixedPointDecimal< Mantissa, Exponent > & | right ) |
|
inline |
Typed logical operator helper.
Definition at line 118 of file LogSettings.h.
|
inline |
Typed logical operator helper.
Definition at line 89 of file LogSettings.h.
|
inline |
Carries out pending actions like data retrieval and event dispatching.
The returned value indicates whether any events have been handled by the engine.
Definition at line 133 of file FeedEngine.h.
| ONIXS_FMXUST_BIMP_API ONIXS_FMXUST_BIMP_COLDPATH ONIXS_FMXUST_BIMP_NORETURN void throwIncorrectSize | ( | const std::string & | messageName, |
| MessageSize | receivedSize, | ||
| MessageSize | expectedSize ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns string presentation of object.
Definition at line 189 of file Enumerations.h.
|
inline |
Returns string presentation of object.
Definition at line 269 of file Enumerations.h.
|
inline |
|
inline |
Serializes object into string.
Definition at line 149 of file AddOrder.h.
|
inline |
|
inline |
Serializes object into string.
Definition at line 375 of file InstrumentDirectory.h.
|
inline |
Serializes object into string.
Definition at line 103 of file InstrumentStats.h.
|
inline |
Serializes object into string.
Definition at line 90 of file InstrumentTradingAction.h.
|
inline |
Serializes object into string.
Definition at line 89 of file OrderDeleted.h.
|
inline |
Serializes object into string.
Definition at line 125 of file OrderExecuted.h.
|
inline |
Serializes object into string.
Definition at line 103 of file OrderPartiallyCancelled.h.
|
inline |
Serializes object into string.
Definition at line 124 of file OrderReplaced.h.
|
inline |
Serializes object into string.
Definition at line 118 of file PrivilegeNotification.h.
|
inline |
|
inline |
Serializes object into string.
Definition at line 82 of file SystemEvent.h.
|
inline |
|
inline |
Serializes object into string.
Definition at line 125 of file WorkupNotification.h.
|
inline |
Returns string presentation of object.
Definition at line 53 of file Enumerations.h.
|
inline |
Returns string presentation of object.
Definition at line 80 of file Enumerations.h.
|
inline |
Returns string presentation of object.
Definition at line 106 of file Enumerations.h.
|
inline |
Serializes given integer into a string.
Definition at line 146 of file Integral.h.
|
inline |
Serializes given integer into a string.
Definition at line 172 of file Integral.h.
|
inline |
Serializes given integer into a string.
Definition at line 198 of file Integral.h.
|
inline |
Serializes given integer into a string.
Definition at line 120 of file Integral.h.
|
inline |
Serializes given constant into a string.
Definition at line 229 of file Integral.h.
|
inline |
Returns string presentation of object.
Definition at line 163 of file Enumerations.h.
|
inline |
Returns string presentation of object.
Definition at line 137 of file Enumerations.h.
|
inline |
Returns string presentation of object.
Definition at line 321 of file Enumerations.h.
|
inline |
Returns string presentation of object.
Definition at line 242 of file Enumerations.h.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| Authenticity::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| BlockTierId::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const AddOrderMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const InstrumentDirectoryMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const InstrumentStatsMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const InstrumentTradingActionMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const OrderDeletedMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const OrderExecutedMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const OrderPartiallyCancelledMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const OrderReplacedMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const PrivilegeNotificationMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const SystemEventMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const TradeMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| const WorkupNotificationMsg & | ) |
Serializes object into string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| EventCode::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| IndustryIdentifierType::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| InstrumentType::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| Int16 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| Int32 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| Int64 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| Int8 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| MatchAlgorithm::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| PriceType::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| PrivilegeState::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| Side::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| TradingState::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| UInt16 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| UInt32 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| UInt64 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| UInt8 | ) |
Serializes given integer into a string.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| WorkupState::Enum | ) |
Appends string presentation of object.
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | , |
| YesOrNo::Enum | ) |
Appends string presentation of object.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Serializes given constant into a string.
Definition at line 222 of file Integral.h.
|
inline |
| ONIXS_FMXUST_BIMP_API void toStr | ( | std::string & | str, |
| Timestamp | timestamp, | ||
| TimestampFormat::Enum | format = TimestampFormat::YYYYMMDDHHMMSSnsec ) |
Serializes timestamp according to specified pattern.
|
inline |
|
inline |
|
inline |
Returns string presentation of object.
Definition at line 216 of file Enumerations.h.
|
inline |
Serializes given integer into a string.
Definition at line 159 of file Integral.h.
|
inline |
Serializes given integer into a string.
Definition at line 185 of file Integral.h.
|
inline |
Serializes given integer into a string.
Definition at line 211 of file Integral.h.
|
inline |
Serializes given integer into a string.
Definition at line 133 of file Integral.h.
|
inline |
Returns string presentation of object.
Definition at line 349 of file Enumerations.h.
|
inline |
Returns string presentation of object.
Definition at line 295 of file Enumerations.h.
| ONIXS_FMXUST_BIMP_API void toStrAsHHMMSS | ( | std::string & | , |
| TimeSpan | ) |
| ONIXS_FMXUST_BIMP_API void toStrAsHHMMSSmsec | ( | std::string & | , |
| TimeSpan | ) |
| ONIXS_FMXUST_BIMP_API void toStrAsSDHHMMSSnsec | ( | std::string & | , |
| TimeSpan | ) |
| ONIXS_FMXUST_BIMP_API void toStrAsYYYYMMDD | ( | std::string & | , |
| Timestamp | ) |
Serializes timestamp in YYYYMMDD format.
| ONIXS_FMXUST_BIMP_API void toStrAsYYYYMMDDHHMMSS | ( | std::string & | , |
| Timestamp | ) |
Serializes timestamp in YYYYMMDDHHMMSS format.
| ONIXS_FMXUST_BIMP_API void toStrAsYYYYMMDDHHMMSSmsec | ( | std::string & | , |
| Timestamp | ) |
Serializes timestamp in YYYYMMDDHHMMSSmsec format.
| ONIXS_FMXUST_BIMP_API void toStrAsYYYYMMDDHHMMSSnsec | ( | std::string & | , |
| Timestamp | ) |
Serializes timestamp in YYYYMMDDHHMMSSnsec format.
|
inline |
|
inline |
| class ONIXS_FMXUST_BIMP_API FeedEngineThreadPool |
Definition at line 271 of file FeedEngine.h.