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;
128 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
131 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
134 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
137 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
void clearingSize(Binary4 value)
Size to clear with OCC.
StrRef quoteSymbol() const
CFE native identifier of the instrument being quoted.
StrRef quoteUpdateId() const
The quote being restated.
void quoteSymbol(StrRef value)
CFE native identifier of the instrument being quoted.
Binary4 clearingSize() const
Size to clear with OCC.
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)...
StrRef clearingSymbol() const
Symbol as sent to clearing; after applying post-close conversions to the original Symbol...
BinaryPrice clearingPrice() const
Price as sent to clearing after applying post-close conversions to the original LastPx value...
void execId(Binary8 value)
Sent to the OCC in the Trade Id field.
Binary8 execId() const
Sent to the OCC in the Trade Id field.
void clearingPrice(BinaryPrice value)
Price as sent to clearing after applying post-close conversions to the original LastPx value...
void clearingSymbol(StrRef value)
Symbol as sent to clearing; after applying post-close conversions to the original Symbol...
A Variance Quote Restatement is sent post-settlement time for each VA and VAO execution during the as...
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
void quoteUpdateId(StrRef value)
The quote being restated.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.