Public Member Functions | |
| DateTime | transactionTime () const |
| StrRef | massCancelId () const |
| OrderReasonCode::Enum | massCancelRejectReason () const |
| StrRef | text () const |
| MassCancelRejected (const void *data, MessageSize size) | |
| Public Member Functions inherited from BinaryMessage | |
| BinaryMessage () | |
| BinaryMessage (const void *data, MessageSize size) | |
| BinaryMessage (const BinaryMessage &other) | |
| operator bool () const | |
| const void * | binary () const |
| MessageSize | binarySize () const |
| BinaryMessage & | operator= (const BinaryMessage &other) |
Additional Inherited Members | |
| Public Types inherited from BinaryMessage | |
| typedef MessageSize | BinarySize |
| Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
| const SubMessage | submessage (MessageSize offset, MessageSize size) const |
| const FieldValue & | ordinaryRef (MessageSize offset) const |
| FieldValue | ordinary (MessageSize offset) const |
| Enumeration::Enum | enumeration (MessageSize offset) const |
| StrRef | fixedStr (MessageSize offset) const |
Definition at line 36 of file MassCancelRejected.h.
|
inline |
Initializes instance over given memory block.
Definition at line 63 of file MassCancelRejected.h.
|
inline |
Echoed back from the TPH message.
Definition at line 45 of file MassCancelRejected.h.
|
inline |
Reason for the mass cancel rejection.
Definition at line 51 of file MassCancelRejected.h.
|
inline |
Human readable text with more information.
Definition at line 57 of file MassCancelRejected.h.
|
inline |
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
Definition at line 39 of file MassCancelRejected.h.