Definition at line 37 of file QuoteUpdate.h.
◆ account() [1/2]
Unique account identifier associated with an order.
Definition at line 88 of file QuoteUpdate.h.
◆ account() [2/2]
Unique account identifier associated with an order.
Definition at line 94 of file QuoteUpdate.h.
◆ capacity() [1/2]
◆ capacity() [2/2]
◆ clearingAccount() [1/2]
StrRef clearingAccount |
( |
| ) |
const |
|
inline |
◆ clearingAccount() [2/2]
void clearingAccount |
( |
StrRef | value | ) |
|
|
inline |
◆ clearingFirm() [1/2]
EFID that will clear the trade.
Definition at line 52 of file QuoteUpdate.h.
◆ clearingFirm() [2/2]
void clearingFirm |
( |
StrRef | value | ) |
|
|
inline |
EFID that will clear the trade.
Definition at line 58 of file QuoteUpdate.h.
◆ cMTANumber() [1/2]
CMTA Number of the firm that will clear the trade.
Definition at line 76 of file QuoteUpdate.h.
◆ cMTANumber() [2/2]
CMTA Number of the firm that will clear the trade.
Definition at line 82 of file QuoteUpdate.h.
◆ ctiCode() [1/2]
◆ ctiCode() [2/2]
◆ customGroupId() [1/2]
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a list of CustomGroupIds.
Definition at line 100 of file QuoteUpdate.h.
◆ customGroupId() [2/2]
void customGroupId |
( |
Binary2 | value | ) |
|
|
inline |
Used to group orders for use in mass cancels where multiple orders can be cancelled by specifying a list of CustomGroupIds.
Definition at line 106 of file QuoteUpdate.h.
◆ manualOrderIndicator() [1/2]
◆ manualOrderIndicator() [2/2]
◆ oEOID() [1/2]
Identifies the Order Entry Operator responsible for this message.
Definition at line 148 of file QuoteUpdate.h.
◆ oEOID() [2/2]
Identifies the Order Entry Operator responsible for this message.
Definition at line 154 of file QuoteUpdate.h.
◆ quotes() [1/2]
std::vector< Quote > & quotes |
( |
| ) |
|
|
inline |
◆ quotes() [2/2]
const std::vector< Quote > & quotes |
( |
| ) |
const |
|
inline |
◆ quoteUpdateId() [1/2]
StrRef quoteUpdateId |
( |
| ) |
const |
|
inline |
◆ quoteUpdateId() [2/2]
void quoteUpdateId |
( |
StrRef | value | ) |
|
|
inline |
◆ sizeModifier() [1/2]
Controls the behavior of the quote OrderQty field.
Definition at line 160 of file QuoteUpdate.h.
◆ sizeModifier() [2/2]
Controls the behavior of the quote OrderQty field.
Definition at line 166 of file QuoteUpdate.h.
◆ toString() [1/2]
std::string toString |
( |
| ) |
const |
|
virtual |
◆ toString() [2/2]
void toString |
( |
std::string & | str | ) |
const |
|
virtual |
◆ type()
◆ validate()
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.