42 return transactionTime_;
48 transactionTime_ = value;
54 return quoteUpdateId_;
60 quoteUpdateId_ = value;
96 workingPrice_ = value;
108 quoteSymbol_ = value;
126 return restatementReason_;
132 restatementReason_ = value;
140 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
143 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
146 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
149 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
Binary4 leavesQty() const
Quantity still open for further execution.
void restatementReason(RestatementReason::Enum value)
The reason for this Quote Restated message.
Provides efficient way of accessing text-based field values.
StrRef quoteSymbol() const
CFE native identifier of the instrument being quoted.
RestatementReason::Enum restatementReason() const
The reason for this Quote Restated message.
BinaryPrice workingPrice() const
The price at which the quote is working on the order book.
Quote Restated messages are sent to inform the TPH that an order has been asynchronously modified for...
void side(Side::Enum value)
Side.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
Binary8 orderId() const
Order identifier supplied by CFE.
void leavesQty(Binary4 value)
Quantity still open for further execution.
void workingPrice(BinaryPrice value)
The price at which the quote is working on the order book.
void quoteUpdateId(StrRef value)
Id chosen by the client.
void quoteSymbol(StrRef value)
CFE native identifier of the instrument being quoted.
StrRef quoteUpdateId() const
Id chosen by the client.
Base class for outgoing messages.
DateTime transactionTime() const
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
ONIXS_CBOE_CFE_BOE_API void toStr(std::string &, const ConstantNewOrderV2 &)
Serializes object into string.
void transactionTime(DateTime value)
The time the event occurred in the CFE Matching Engine (not the time the message was sent)...
Side::Enum side() const
Side.
void orderId(Binary8 value)
Order identifier supplied by CFE.