42 return transactionTime_;
48 transactionTime_ = value;
60 massCancelId_ = value;
66 return massCancelRejectReason_;
72 massCancelRejectReason_ = 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.
Base class for outgoing messages.
A Mass Cancel Rejected message is sent in response to a Mass Cancel Order message to indicate that th...
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
void text(StrRef value)
Human readable text with more information.
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.
void massCancelRejectReason(OrderReasonCode::Enum value)
Reason for the mass cancel rejection.
OrderReasonCode::Enum massCancelRejectReason() const
Reason for the mass cancel rejection.
void validate() const ONIXS_BATS_BOE_OVERRIDE
StrRef text() const
Human readable text with more information.
void massCancelId(StrRef value)
Echoed back from the TPH message.