42 return transactionTime_;
48 transactionTime_ = value;
84 clearingFirm_ = value;
90 return modifyRejectReason_;
96 modifyRejectReason_ = value;
119 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
122 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
129 Text<20> origClOrdId_;
130 Alpha<4> clearingFirm_;
#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.
Modify Rejected messages are sent in response to a Modify Order for an order which cannot be modified...
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
void clOrdId(StrRef value)
Echoed back from the TPH message.
void clearingFirm(StrRef value)
Echoed back from the TPH message.
OrderReasonCode::Enum modifyRejectReason() const
Modify reject reason.
StrRef clOrdId() const
Echoed back from the TPH message.
void origClOrdId(StrRef value)
The ClOrdId of the original order.
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 origClOrdId() const
The ClOrdId of the original order.
void modifyRejectReason(OrderReasonCode::Enum value)
Modify reject reason.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
void validate() const ONIXS_BATS_BOE_OVERRIDE
StrRef clearingFirm() const
Echoed back from the TPH message.
StrRef text() const
Human readable text with more information.