#include <OnixS/CboeCFE/Trading/BOE/Messages/Testing/MutableMassCancelAcknowledgement.h>
Public Member Functions | |
DateTime | transactionTime () const |
void | transactionTime (DateTime value) |
StrRef | massCancelId () const |
void | massCancelId (StrRef value) |
Binary4 | cancelledOrderCount () const |
void | cancelledOrderCount (Binary4 value) |
DateTime | requestReceivedTime () const |
void | requestReceivedTime (DateTime value) |
MessageType::Enum | type () const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE |
void | validate () const ONIXS_BATS_BOE_OVERRIDE |
std::string | toString () const ONIXS_BATS_BOE_OVERRIDE |
void | toString (std::string &str) const ONIXS_BATS_BOE_OVERRIDE |
Definition at line 37 of file MutableMassCancelAcknowledgement.h.
|
inline |
Number of orders cancelled.
Definition at line 64 of file MutableMassCancelAcknowledgement.h.
|
inline |
Number of orders cancelled.
Definition at line 70 of file MutableMassCancelAcknowledgement.h.
|
inline |
Echoed back from the TPH message.
Definition at line 52 of file MutableMassCancelAcknowledgement.h.
|
inline |
Echoed back from the TPH message.
Definition at line 58 of file MutableMassCancelAcknowledgement.h.
|
inline |
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inbound message being acknowledged.
Definition at line 76 of file MutableMassCancelAcknowledgement.h.
|
inline |
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inbound message being acknowledged.
Definition at line 82 of file MutableMassCancelAcknowledgement.h.
|
virtual |
Returns the text representation.
Implements OutgoingMessage.
|
virtual |
The text representation.
Implements OutgoingMessage.
|
inline |
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
Definition at line 40 of file MutableMassCancelAcknowledgement.h.
|
inline |
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
Definition at line 46 of file MutableMassCancelAcknowledgement.h.
|
inlinevirtual |
Returns message type.
Implements OutgoingMessage.
Definition at line 88 of file MutableMassCancelAcknowledgement.h.
|
virtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.