Public Member Functions | |
| StrRef | symbol () const |
| void | symbol (StrRef value) |
| Side::Enum | side () const |
| void | side (Side::Enum value) |
| OpenClose::Enum | openClose () const |
| void | openClose (OpenClose::Enum value) |
| BinaryPrice | price () const |
| void | price (BinaryPrice value) |
| Binary4 | orderQty () const |
| void | orderQty (Binary4 value) |
| std::string | toString () const |
Friends | |
| class | Serializer |
Definition at line 36 of file QuoteUpdate.Quote.h.
|
inline |
Indicates status of client position in a trade resulting from the order.
Definition at line 63 of file QuoteUpdate.Quote.h.
|
inline |
Indicates status of client position in a trade resulting from the order.
Definition at line 69 of file QuoteUpdate.Quote.h.
|
inline |
Order quantity.
Definition at line 87 of file QuoteUpdate.Quote.h.
|
inline |
Order quantity.
Definition at line 93 of file QuoteUpdate.Quote.h.
|
inline |
Limit price.
Definition at line 75 of file QuoteUpdate.Quote.h.
|
inline |
Limit price.
Definition at line 81 of file QuoteUpdate.Quote.h.
|
inline |
Side.
Definition at line 51 of file QuoteUpdate.Quote.h.
|
inline |
Side.
Definition at line 57 of file QuoteUpdate.Quote.h.
|
inline |
CFE native identifier of the instrument being quoted.
Definition at line 39 of file QuoteUpdate.Quote.h.
|
inline |
CFE native identifier of the instrument being quoted.
Definition at line 45 of file QuoteUpdate.Quote.h.
| std::string toString | ( | ) | const |
Returns the text representation.
|
friend |
Definition at line 111 of file QuoteUpdate.Quote.h.