42 return transactionTime_;
48 transactionTime_ = value;
72 clearingFirm_ = value;
78 return cancelRejectReason_;
84 cancelRejectReason_ = value;
104 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
107 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
110 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
113 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
A Cancel Rejected message is sent in response to a Cancel Order message to indicate that the cancella...
Provides efficient way of accessing text-based field values.
OrderReasonCode::Enum cancelRejectReason() const
Cancel reject reason.
StrRef clearingFirm() const
Echoed back from the TPH message.
void clOrdId(StrRef value)
Echoed back from the TPH message.
void clearingFirm(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)...
void text(StrRef value)
Human readable text with more information.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
void cancelRejectReason(OrderReasonCode::Enum value)
Cancel reject reason.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
StrRef clOrdId() const
Echoed back from the TPH message.
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
StrRef text() const
Human readable text with more information.