42 return transactionTime_;
48 transactionTime_ = value;
114 return baseLiquidityIndicator_;
120 baseLiquidityIndicator_ = value;
126 return subLiquidityIndicator_;
132 subLiquidityIndicator_ = value;
162 return clearingFirm_;
168 clearingFirm_ = value;
174 return securityDesc_;
180 securityDesc_ = value;
210 return clearingSize_;
216 clearingSize_ = value;
222 return pendingStatus_;
228 pendingStatus_ = value;
234 return multilegReportingType_;
240 multilegReportingType_ = value;
246 return secondaryExecId_;
252 secondaryExecId_ = value;
260 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
263 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
266 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
269 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
void leavesQty(Binary4 value)
Quantity still open for further execution.
void feeCode(StrRef value)
Indicates fee associated with an execution.
Binary4 leavesQty() const
Quantity still open for further execution.
Side::Enum side() const
Echoed back from the TPH message.
Is sent for each fill on an order.
StrRef clOrdId() const
The order which was executed.
Provides efficient way of accessing text-based field values.
BinaryPrice lastPx() const
Price of this fill.
StrRef feeCode() const
Indicates fee associated with an execution.
void securityDesc(StrRef value)
Echoed back from the TPH message.
void secondaryExecId(Binary8 value)
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 lastShares(Binary4 value)
Executed contracts quantity.
Binary4 clearingSize() const
Size to clear with OCC.
void side(Side::Enum value)
Echoed back from the TPH message.
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.
void lastPx(BinaryPrice value)
Price of this fill.
void execId(Binary8 value)
Sent to the OCC in the Trade Id field.
void symbol(StrRef value)
Echoed back from the TPH message.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine.
void multilegReportingType(MultilegReportingType::Enum value)
Present on Order Execution, TAS Restatement and Variance Restatement messages representing either Spr...
StrRef clearingFirm() const
Echoed back from the TPH message.
StrRef symbol() const
Echoed back from the TPH message.
void tradeDate(Date value)
Business date of the execution.
void baseLiquidityIndicator(BaseLiquidityIndicator::Enum value)
Indicates whether the trade added or removed liquidity.
StrRef securityDesc() const
Echoed back from the TPH message.
void clearingFirm(StrRef value)
Echoed back from the TPH message.
void subLiquidityIndicator(SubLiquidityIndicator::Enum value)
Additional information about the liquidity of an order.
MultilegReportingType::Enum multilegReportingType() const
Present on Order Execution, TAS Restatement and Variance Restatement messages representing either Spr...
BaseLiquidityIndicator::Enum baseLiquidityIndicator() const
Indicates whether the trade added or removed liquidity.
Base class for outgoing messages.
void pendingStatus(PendingStatus::Enum value)
Field is provided as a convenience to determine whether an Order Execution message is a preliminary n...
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
PendingStatus::Enum pendingStatus() const
Field is provided as a convenience to determine whether an Order Execution message is a preliminary n...
SubLiquidityIndicator::Enum subLiquidityIndicator() const
Additional information about the liquidity of an order.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
Date tradeDate() const
Business date of the execution.
void clOrdId(StrRef value)
The order which was executed.
Binary8 secondaryExecId() const
Field indicates whether an execution is a spread or a simple instrument execution that is part of a s...
Binary4 lastShares() const
Executed contracts quantity.