42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
102 return cancelReason_;
108 cancelReason_ = 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 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 quoteSymbol(StrRef value)
CFE native identifier of the instrument being quoted.
Side::Enum side() const
Side.
Provides efficient way of accessing text-based field values.
void cancelReason(OrderReasonCode::Enum value)
Cancel reason.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
A Quote Cancelled message will be sent to indicate an unsolicited cancellation of a quote entered wit...
StrRef quoteUpdateId() const
Echoed back from the most recent Quote Update request for this quote.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
void quoteUpdateId(StrRef value)
Echoed back from the most recent Quote Update request for this quote.
void orderId(Binary8 value)
Order identifier supplied by CFE.
OrderReasonCode::Enum cancelReason() const
Cancel reason.
Binary8 orderId() const
Order identifier supplied by CFE.
void side(Side::Enum value)
Side.
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.