42 return transactionTime_;
48 transactionTime_ = value;
60 massCancelId_ = value;
66 return purgeRejectReason_;
72 purgeRejectReason_ = 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;
A Purge Rejected message is sent in response to a Purge Orders message to indicate that the mass canc...
void purgeRejectReason(OrderReasonCode::Enum value)
Reason for the purge rejection.
StrRef text() const
Human readable text with more information.
Provides efficient way of accessing text-based field values.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
void massCancelId(StrRef value)
Echoed back from the TPH message.
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.
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.
StrRef massCancelId() const
Echoed back from the TPH message.
OrderReasonCode::Enum purgeRejectReason() const
Reason for the purge rejection.