42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
102 return cancelReason_;
108 cancelReason_ = value;
119 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
122 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
128 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.
A Quote Cancelled message will be sent to indicate an unsolicited cancellation of a quote entered wit...
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
Side::Enum side() const
Side.
Binary8 orderId() const
Order identifier supplied by CFE.
StrRef quoteSymbol() const
CFE native identifier of the instrument being quoted.
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).
void side(Side::Enum value)
Side.
void orderId(Binary8 value)
Order identifier supplied by CFE.
void quoteSymbol(StrRef value)
CFE native identifier of the instrument being quoted.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
StrRef quoteUpdateId() const
Echoed back from the most recent Quote Update request for this quote.
void cancelReason(OrderReasonCode::Enum value)
Cancel reason.
void validate() const ONIXS_BATS_BOE_OVERRIDE
OrderReasonCode::Enum cancelReason() const
Cancel reason.
void quoteUpdateId(StrRef value)
Echoed back from the most recent Quote Update request for this quote.