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