42 return transactionTime_;
48 transactionTime_ = value;
60 massCancelId_ = value;
66 return massCancelRejectReason_;
72 massCancelRejectReason_ = 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;
void massCancelRejectReason(OrderReasonCode::Enum value)
Reason for the mass cancel rejection.
Provides efficient way of accessing text-based field values.
void massCancelId(StrRef value)
Echoed back from the TPH message.
OrderReasonCode::Enum massCancelRejectReason() const
Reason for the mass cancel rejection.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
void text(StrRef value)
Human readable text with more information.
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
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.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
StrRef text() const
Human readable text with more information.
A Mass Cancel Rejected message is sent in response to a Mass Cancel Order message to indicate that th...