Namespaces | |
| namespace | FixedPointDecimal |
| namespace | GenericDecimal |
| namespace | NumericDetails |
| namespace | Tags |
Classes | |
| struct | AdvancedLogOptions |
| class | BitmapField |
| struct | DaysOfWeek |
| class | Decimal |
| struct | DecimalComparator |
| class | DropCopyServiceListener |
| class | Error |
| class | ErrorListener |
| class | FieldSet |
| class | FieldValueRef |
| class | Group |
| class | GroupInstance |
| class | Handler |
| struct | HandlerSettings |
| class | HandlerStateChange |
| class | HandlerStateChangeListener |
| struct | HandlerStates |
| struct | InitializationSettings |
| struct | KnownErrors |
| struct | KnownWarnings |
| struct | LogModes |
| class | Message |
| struct | MessageStringingFlag |
| struct | Months |
| struct | Number |
| struct | SinceEpochUnits |
| class | String |
| class | StringRef |
| struct | Subseconds |
| class | TimeSpan |
| struct | TimeSpanFormats |
| class | Timestamp |
| struct | TimestampFormats |
| class | TypedGroup |
| class | Warning |
| class | WarningListener |
| struct | WeekCodes |
| class | YearMonth |
Typedefs | |
| typedef KnownErrors::Enum | ErrorCode |
| typedef LogModes::Enum | LogMode |
| typedef unsigned | AdvancedLogOptionSet |
| typedef HandlerStates::Enum | HandlerState |
| typedef unsigned | MessageStringingFlags |
| typedef int | Int32 |
| typedef unsigned int | UInt32 |
| typedef long long | Int64 |
| typedef unsigned long long | UInt64 |
| typedef double | Double |
| typedef Int64 | DecimalMantissa |
| typedef Int32 | DecimalExponent |
| typedef TimeSpanFormats::Enum | TimeSpanFormat |
| typedef Subseconds::Enum | Subsecond |
| typedef Months::Enum | Month |
| typedef DaysOfWeek::Enum | DayOfWeek |
| typedef WeekCodes::Enum | WeekCode |
| typedef TimestampFormats::Enum | TimestampFormat |
| typedef SinceEpochUnits::Enum | SinceEpochUnit |
| typedef unsigned int | SequenceNumber |
| typedef unsigned int | Tag |
| typedef KnownWarnings::Enum | WarningCode |
Functions | |
| void | initialize (const InitializationSettings &) |
| void | finalize () |
| bool | operator== (const FieldValueRef &ref, const std::string &str) |
| bool | operator!= (const FieldValueRef &ref, const std::string &str) |
| bool | operator== (const std::string &str, const FieldValueRef &ref) |
| bool | operator!= (const std::string &str, const FieldValueRef &ref) |
| bool | operator== (const FieldValueRef &ref, const char *str) |
| bool | operator!= (const FieldValueRef &ref, const char *str) |
| bool | operator== (const char *str, const FieldValueRef &ref) |
| bool | operator!= (const char *str, const FieldValueRef &ref) |
| template<typename Enumeration> | |
| Enumeration::Enum | getIntEnumFieldValue (const FieldSet &fieldSet, Tag tag) |
| template<typename Enumeration> | |
| Enumeration::Enum | getCharEnumFieldValue (const FieldSet &fieldSet, Tag tag) |
| bool | getDate (const FieldSet &fieldSet, Tag tag, Timestamp &date) |
| bool | operator== (const StringRef &ref, const String &str) |
| bool | operator!= (const StringRef &ref, const String &str) |
| bool | operator== (const String &str, const StringRef &ref) |
| bool | operator!= (const String &str, const StringRef &ref) |
| bool | operator== (const StringRef &ref, const std::string &str) |
| bool | operator!= (const StringRef &ref, const std::string &str) |
| bool | operator== (const std::string &str, const StringRef &ref) |
| bool | operator!= (const std::string &str, const StringRef &ref) |
| bool | operator== (const StringRef &ref, const char *str) |
| bool | operator!= (const StringRef &ref, const char *str) |
| bool | operator== (const char *str, const StringRef &ref) |
| bool | operator!= (const char *str, const StringRef &ref) |
| TimeSpan | operator- (const Timestamp &left, const Timestamp &right) |
| typedef unsigned AdvancedLogOptionSet |
Additional options to control log information.
Definition at line 64 of file HandlerSettings.h.
| typedef DaysOfWeek::Enum DayOfWeek |
| typedef Int32 DecimalExponent |
| typedef Int64 DecimalMantissa |
| typedef KnownErrors::Enum ErrorCode |
| typedef HandlerStates::Enum HandlerState |
States of the Handler in which it may reside.
Definition at line 48 of file HandlerState.h.
| typedef LogModes::Enum LogMode |
Log mode.
Definition at line 61 of file HandlerSettings.h.
| typedef unsigned MessageStringingFlags |
Collection of message stringing flags.
Definition at line 620 of file Messaging.h.
| typedef Months::Enum Month |
| typedef unsigned int SequenceNumber |
| typedef SinceEpochUnits::Enum SinceEpochUnit |
| typedef Subseconds::Enum Subsecond |
| typedef unsigned int Tag |
| typedef TimeSpanFormats::Enum TimeSpanFormat |
| typedef KnownWarnings::Enum WarningCode |
| typedef WeekCodes::Enum WeekCode |
| void finalize | ( | ) |
|
inline |
Definition at line 415 of file Messaging.h.
Definition at line 424 of file Messaging.h.
|
inline |
Definition at line 405 of file Messaging.h.
| void initialize | ( | const InitializationSettings & | ) |
One-time initialization of market data services.
|
inline |
Definition at line 225 of file Messaging.h.
|
inline |
|
inline |
Definition at line 215 of file Messaging.h.
|
inline |
Definition at line 193 of file Messaging.h.
|
inline |
Definition at line 203 of file Messaging.h.
|
inline |
|
inline |
|
inline |
Calculates time interval between two timestamps.
|
inline |
Definition at line 220 of file Messaging.h.
|
inline |
|
inline |
Definition at line 210 of file Messaging.h.
|
inline |
Definition at line 188 of file Messaging.h.
|
inline |
Definition at line 198 of file Messaging.h.
|
inline |
|
inline |
|
inline |