42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
66 return quoteRejectReason_;
72 quoteRejectReason_ = value;
83 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
86 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
92 Text<16> quoteUpdateId_;
#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.
Quote Update Rejected messages are sent in response to a Quote Update message when the entire quote b...
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
QuoteReasonCode::Enum quoteRejectReason() const
void quoteRejectReason(QuoteReasonCode::Enum value)
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent).
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.
StrRef quoteUpdateId() const
Echoed back from the TPH message.
void validate() const ONIXS_BATS_BOE_OVERRIDE
void quoteUpdateId(StrRef value)
Echoed back from the TPH message.