42 return transactionTime_;
48 transactionTime_ = value;
60 massCancelId_ = value;
66 return cancelledOrderCount_;
72 cancelledOrderCount_ = value;
78 return requestReceivedTime_;
84 requestReceivedTime_ = value;
95 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
98 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
104 Text<20> massCancelId_;
#define ONIXS_BATS_BOE_NOEXCEPT
Provides efficient way of accessing text-based field values.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
@ MassCancelAcknowledgement
Base class for outgoing messages.
A Mass Cancel Acknowledgment is an unsequenced message sent when a Cancel Order or Purge Orders messa...
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
void cancelledOrderCount(Binary4 value)
Number of orders cancelled.
Binary4 cancelledOrderCount() const
Number of orders cancelled.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
StrRef massCancelId() const
Echoed back from the TPH message.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
DateTime requestReceivedTime() const
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...
void requestReceivedTime(DateTime value)
The earliest timestamp, populated with nanosecond precision, recorded by CFE of the corresponding inb...
void validate() const ONIXS_BATS_BOE_OVERRIDE
void massCancelId(StrRef value)
Echoed back from the TPH message.