42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
90 return clearingSymbol_;
96 clearingSymbol_ = value;
102 return clearingPrice_;
108 clearingPrice_ = 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;
void execId(Binary8 value)
Sent to the OCC in the Trade Id field.
StrRef quoteSymbol() const
CFE native identifier of the instrument being quoted.
Provides efficient way of accessing text-based field values.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
A TAS Quote Restatement is sent post-settlement time for each TAS (VXT, VXMT) quote execution during ...
StrRef clearingSymbol() const
Symbol as sent to clearing; after applying post-close conversions to the original Symbol...
void clearingSymbol(StrRef value)
Symbol as sent to clearing; after applying post-close conversions to the original Symbol...
Binary8 execId() const
Sent to the OCC in the Trade Id field.
void quoteSymbol(StrRef value)
CFE native identifier of the instrument being quoted.
Base class for outgoing messages.
StrRef quoteUpdateId() const
The quote being restated.
void quoteUpdateId(StrRef value)
The quote being restated.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
BinaryPrice clearingPrice() const
Price as sent to clearing after applying post-close conversions to the original LastPx value...
void clearingPrice(BinaryPrice value)
Price as sent to clearing after applying post-close conversions to the original LastPx value...