42 return transactionTime_;
48 transactionTime_ = value;
60 massCancelId_ = value;
66 return purgeRejectReason_;
72 purgeRejectReason_ = 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 Purge Rejected message is sent in response to a Purge Orders message to indicate that the mass canc...
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 purgeRejectReason(OrderReasonCode::Enum value)
Reason for the purge rejection.
OrderReasonCode::Enum purgeRejectReason() const
Reason for the purge 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.