#include <OnixS/CME/MDH/FIX/Message.h>
Public Member Functions | |
| Message () | |
| Message (const Message &other) | |
| operator bool () const | |
| StrRef | type () const |
| Field | operator[] (Tag tag) const |
| Field | field (Tag tag) const override |
| Group | group (Tag tag) const |
| void | toFix (std::string &str) const |
| Message & | operator= (const Message &other) |
Protected Member Functions | |
| Message (const BinaryMessage &binary, const MessageAccessor &accessor) | |
Implements FIX-like interface over the SBE-encoded message.
|
inlineprotected |
|
inline |
|
inline |
Returns a field by its tag.
If the message contains a field with the requested tag, then the returned instance of the Field class refers to a valid data and thus further manipulations with its value are possible. Otherwise, the returned instance refers to nothing.
|
inline |