42 return transactionTime_;
48 transactionTime_ = value;
84 clearingFirm_ = value;
90 return modifyRejectReason_;
96 modifyRejectReason_ = value;
116 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
119 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
122 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
125 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
StrRef clOrdId() const
Echoed back from the TPH message.
void modifyRejectReason(OrderReasonCode::Enum value)
Modify reject reason.
Provides efficient way of accessing text-based field values.
void origClOrdId(StrRef value)
The ClOrdId of the original order.
StrRef origClOrdId() const
The ClOrdId of the original order.
StrRef clearingFirm() const
Echoed back from the TPH message.
OrderReasonCode::Enum modifyRejectReason() const
Modify reject reason.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
DateTime transactionTime() const
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 clOrdId(StrRef value)
Echoed back from the TPH message.
void text(StrRef value)
Human readable text with more information.
StrRef text() const
Human readable text with more information.
Modify Rejected messages are sent in response to a Modify Order for an order which cannot be modified...
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
void clearingFirm(StrRef value)
Echoed back from the TPH message.