42 return transactionTime_;
48 transactionTime_ = value;
72 clearingFirm_ = value;
126 return maturityDate_;
132 maturityDate_ = value;
186 return clearingPrice_;
192 clearingPrice_ = value;
198 return clearingSize_;
204 clearingSize_ = value;
210 return clearingSymbol_;
216 clearingSymbol_ = value;
222 return multilegReportingType_;
228 multilegReportingType_ = value;
234 return secondaryExecId_;
240 secondaryExecId_ = value;
248 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
251 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
254 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
257 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
BinaryPrice lastPx() const
Price of this fill.
Binary4 clearingSize() const
Size to clear with OCC.
void lastPx(BinaryPrice value)
Price of this fill.
StrRef clOrdId() const
The order being restated.
void clearingPrice(BinaryPrice value)
Price as sent to clearing after applying post-close conversions to the original LastPx value...
Provides efficient way of accessing text-based field values.
Date tradeDate() const
Business date of the execution.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
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)...
void multilegReportingType(MultilegReportingType::Enum value)
Type.
void maturityDate(Date value)
Maturity date of the instrument.
Binary4 lastShares() const
Executed contracts quantity.
void clearingFirm(StrRef value)
EFID that will clear the trade.
StrRef clearingSymbol() const
Symbol as sent to clearing.
void symbol(StrRef value)
CFE native identifier of the instrument.
void side(Side::Enum value)
StrRef feeCode() const
Indicates fee associated with an execution.
void clOrdId(StrRef value)
The order being restated.
void clearingSymbol(StrRef value)
Symbol as sent to clearing.
StrRef clearingFirm() const
EFID that will clear the trade.
void tradeDate(Date value)
Business date of the execution.
Binary8 secondaryExecId() const
Field indicates whether an execution is a spread or a simple instrument execution that is part of a s...
void clearingSize(Binary4 value)
Size to clear with OCC.
void feeCode(StrRef value)
Indicates fee associated with an execution.
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.
void secondaryExecId(Binary8 value)
Field indicates whether an execution is a spread or a simple instrument execution that is part of a s...
Base class for outgoing messages.
void price(BinaryPrice value)
Limit price of the order.
void lastShares(Binary4 value)
Executed contracts quantity.
Binary8 execId() const
Sent to the OCC in the Trade Id field.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
BinaryPrice price() const
Limit price of the order.
MultilegReportingType::Enum multilegReportingType() const
Type.
A Variance Restatement is sent post-settlement time for each VA and VAO execution during the associat...
Date maturityDate() const
Maturity date of the instrument.
StrRef symbol() const
CFE native identifier of the instrument.