28 #include <OnixS/CboeCFE/Trading/BOE/Messages/Out/QuoteUpdate.Quote.h> 42 return quoteUpdateId_;
48 quoteUpdateId_ = value;
60 clearingFirm_ = value;
66 return clearingAccount_;
72 clearingAccount_ = value;
102 return customGroupId_;
108 customGroupId_ = value;
138 return manualOrderIndicator_;
144 manualOrderIndicator_ = value;
162 return sizeModifier_;
168 sizeModifier_ = value;
188 void validate()
const ONIXS_BATS_BOE_OVERRIDE;
191 std::string toString()
const ONIXS_BATS_BOE_OVERRIDE;
194 void toString(std::string& str)
const ONIXS_BATS_BOE_OVERRIDE;
197 size_t serializeTo(
unsigned char*)
const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE;
210 std::vector<Quote> quotes_;
void clearingFirm(StrRef value)
EFID that will clear the trade.
StrRef quoteUpdateId() const
Id chosen by the client.
void sizeModifier(SizeModifier::Enum value)
Controls the behavior of the quote OrderQty field.
MessageType::Enum type() const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE
Returns message type.
ManualOrderIndicator::Enum manualOrderIndicator() const
Manual order indicator.
CtiCode::Enum ctiCode() const
Cti code.
Provides efficient way of accessing text-based field values.
void manualOrderIndicator(ManualOrderIndicator::Enum value)
Manual order indicator.
std::vector< Quote > & quotes()
Quotes.
void clearingAccount(StrRef value)
Supplemental identifier.
StrRef clearingFirm() const
EFID that will clear the trade.
void customGroupId(Binary2 value)
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a l...
void capacity(Capacity::Enum value)
Capacity.
void oEOID(StrRef value)
Identifies the Order Entry Operator responsible for this message.
void toStr(std::string &str, const FixedPointDecimal< Mantissa, Exponent > &number)
Serializes fixed-point decimal into a string.
void ctiCode(CtiCode::Enum value)
Cti code.
StrRef oEOID() const
Identifies the Order Entry Operator responsible for this message.
void account(StrRef value)
Unique account identifier associated with an order.
Binary4 cMTANumber() const
CMTA Number of the firm that will clear the trade.
SizeModifier::Enum sizeModifier() const
Controls the behavior of the quote OrderQty field.
Base class for outgoing messages.
Binary2 customGroupId() const
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a l...
void quoteUpdateId(StrRef value)
Id chosen by the client.
const std::vector< Quote > & quotes() const
Quotes.
StrRef clearingAccount() const
Supplemental identifier.
Capacity::Enum capacity() const
Capacity.
void cMTANumber(Binary4 value)
CMTA Number of the firm that will clear the trade.
StrRef account() const
Unique account identifier associated with an order.