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