42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
90 return clearingSymbol_;
96 clearingSymbol_ = value;
102 return clearingPrice_;
108 clearingPrice_ = 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.
FixedPointDecimal< Int64, IntegralConstant< Int8, -4 > > BinaryPrice
Binary Price.
Base class for outgoing messages.
A TAS Quote Restatement is sent post-settlement time for each TAS (VXT, VXMT) quote execution during ...
std::string toString() const ONIXS_BATS_BOE_OVERRIDE
Returns the text representation.
StrRef quoteSymbol() const
CFE native identifier of the instrument being quoted.
BinaryPrice clearingPrice() const
Price as sent to clearing after applying post-close conversions to the original LastPx value.
Binary8 execId() const
Sent to the OCC in the Trade Id field.
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 clearingSymbol(StrRef value)
Symbol as sent to clearing; after applying post-close conversions to the original Symbol.
void clearingPrice(BinaryPrice value)
Price as sent to clearing after applying post-close conversions to the original LastPx value.
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.
void execId(Binary8 value)
Sent to the OCC in the Trade Id field.
StrRef quoteUpdateId() const
The quote being restated.
void validate() const ONIXS_BATS_BOE_OVERRIDE
StrRef clearingSymbol() const
Symbol as sent to clearing; after applying post-close conversions to the original Symbol.
void quoteUpdateId(StrRef value)
The quote being restated.