|
| | ExecutionReportTradeSpread526 (const Binary &message) noexcept |
| | ExecutionReportTradeSpread526 (void *data, MessageSize length, SchemaVersion version=Binary::Schema::Version) |
| | ExecutionReportTradeSpread526 ()=default |
| | Message () noexcept |
| | Message (const Message &r) noexcept |
| Message & | operator= (const Message &r) noexcept |
| StrRef | type () const noexcept |
| Group | group (Tag tag) const noexcept |
| Group | group (Tag tag, MessageSize size) |
| StrRef | getVarData (Tag tag) const |
| Message & | setVarData (Tag tag, StrRef value) |
| MessageSize | calculateBinarySize () const noexcept |
| void | toFix (std::string &str) const |
| std::string | toFix (Char delimiter='\x1') const |
| std::string | toString () const |
| SchemaVersion | version () const |
| MessageTemplateId | templateId () const |
| | operator bool () const noexcept |
| FieldSet & | reset () noexcept |
| Field | field (Tag tag) const noexcept |
| FieldSet & | setField (Tag tag, const Field &field) |
| FieldSet & | resetField (Tag tag) |
| Field | operator[] (Tag tag) const noexcept |
| bool | contain (Tag tag) const noexcept |
| Char | getChar (Tag tag) const |
| Int64 | getInt64 (Tag tag) const |
| UInt64 | getUInt64 (Tag tag) const |
| Int32 | getInt32 (Tag tag) const |
| UInt32 | getUInt32 (Tag tag) const |
| Int16 | getInt16 (Tag tag) const |
| UInt16 | getUInt16 (Tag tag) const |
| Int8 | getInt8 (Tag tag) const |
| UInt8 | getUInt8 (Tag tag) const |
| Decimal | getDecimal (Tag tag) const |
| StrRef | getStringRef (Tag tag) const |
| Timestamp | getTimestamp (Tag tag) const |
| MaturityMonthYear | getMaturityMonthYear (Tag tag) const |
| template<typename Enumeration> |
| Enumeration::Enum | getEnumeration (Tag tag) const |
| template<typename BitSet> |
| BitSet | getBitSet (Tag tag) const |
| FieldSet & | set (Tag tag, const Field &field) |
| template<typename BitSet> |
| FieldSet & | set (Tag tag, BitSet value, typename BitSet::Bits *=nullptr) |
| FieldSet & | set (Tag tag, Char value) |
| FieldSet & | set (Tag tag, UInt64 value) |
| FieldSet & | set (Tag tag, Int64 value) |
| FieldSet & | set (Tag tag, UInt32 value) |
| FieldSet & | set (Tag tag, Int32 value) |
| FieldSet & | set (Tag tag, UInt16 value) |
| FieldSet & | set (Tag tag, Int16 value) |
| FieldSet & | set (Tag tag, UInt8 value) |
| FieldSet & | set (Tag tag, Int8 value) |
| FieldSet & | set (Tag tag, const Decimal &value) |
| FieldSet & | set (Tag tag, StrRef value) |
| FieldSet & | set (Tag tag, Timestamp value) |
| FieldSet & | set (Tag tag, const MaturityMonthYear &value) |
Definition at line 2867 of file Messages.h.