42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
66 return quoteRejectReason_;
72 quoteRejectReason_ = value;
80 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
83 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
86 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
89 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
Quote Update Rejected messages are sent in response to a Quote Update message when the entire quote b...
StrRef quoteUpdateId() const
Echoed back from the TPH message.
Provides efficient way of accessing text-based field values.
void quoteRejectReason(QuoteReasonCode::Enum value)
void quoteUpdateId(StrRef value)
Echoed back from the TPH message.
QuoteReasonCode::Enum quoteRejectReason() const
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)...
Base class for outgoing messages.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.