42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
102 return clearingFirm_;
108 clearingFirm_ = value;
162 return baseLiquidityIndicator_;
168 baseLiquidityIndicator_ = value;
174 return subLiquidityIndicator_;
180 subLiquidityIndicator_ = value;
200 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
203 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
206 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
209 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
Binary8 execId() const
Sent to the OCC in the Trade Id field.
void lastPx(BinaryPrice value)
Price of this fill.
void baseLiquidityIndicator(BaseLiquidityIndicator::Enum value)
Indicates whether the trade added or removed liquidity.
StrRef quoteUpdateId() const
Echoed back from the most recent Quote Update request for this quote.
void quoteUpdateId(StrRef value)
Echoed back from the most recent Quote Update request for this quote.
Binary8 orderId() const
Order identifier supplied by CFE.
StrRef feeCode() const
Indicates fee associated with an execution.
Provides efficient way of accessing text-based field values.
Side::Enum side() const
Side.
void feeCode(StrRef value)
Indicates fee associated with an execution.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
StrRef quoteSymbol() const
Echoed back from the TPH message.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
void quoteSymbol(StrRef value)
Echoed back from the TPH message.
void leavesQty(Binary4 value)
Quantity still open for further execution.
Binary4 lastShares() const
Executed contracts quantity.
void subLiquidityIndicator(SubLiquidityIndicator::Enum value)
Additional information about the liquidity of an order.
void lastShares(Binary4 value)
Executed contracts quantity.
Binary4 leavesQty() const
Quantity still open for further execution.
void clearingFirm(StrRef value)
EFID that will clear the trade.
SubLiquidityIndicator::Enum subLiquidityIndicator() const
Additional information about the liquidity of an order.
void orderId(Binary8 value)
Order identifier supplied by CFE.
void side(Side::Enum value)
Side.
void execId(Binary8 value)
Sent to the OCC in the Trade Id field.
StrRef clearingFirm() const
EFID that will clear the trade.
A Quote Execution message is used to indicate an execution has occurred on a resting quote...
Base class for outgoing messages.
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
BaseLiquidityIndicator::Enum baseLiquidityIndicator() const
Indicates whether the trade added or removed liquidity.
BinaryPrice lastPx() const
Price of this fill.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...