42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
90 return clearingSymbol_;
96 clearingSymbol_ = value;
102 return clearingPrice_;
108 clearingPrice_ = value;
114 return clearingSize_;
120 clearingSize_ = value;
131 std::
string toString() const ONIXS_BATS_BOE_OVERRIDE;
134 void toString(std::
string& str) const ONIXS_BATS_BOE_OVERRIDE;
140 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.
@ VarianceQuoteRestatement
Base class for outgoing messages.
A Variance Quote Restatement is sent post-settlement time for each VA and VAO execution during the as...
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.
void clearingSize(Binary4 value)
Size to clear with OCC.
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.
Binary4 clearingSize() const
Size to clear with OCC.
void quoteUpdateId(StrRef value)
The quote being restated.