#include <OnixS/Eurex/Trading/Messages/MassQuoteResponse.h>
Public Member Functions | |
QuoteEntryAckGrpElem () | |
std::string | toString () const |
Public Attributes | |
SInt64 | securityId |
SInt64 | cxlSize |
QuoteEntryRejectReason::Enum | quoteEntryRejectReason |
QuoteEntryStatus::Enum | quoteEntryStatus |
Side::Enum | side |
Friends | |
class | Serializer |
Definition at line 36 of file MassQuoteResponse.h.
Initialize default instance.
std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 61 of file MassQuoteResponse.h.
SInt64 cxlSize |
Cancelled quantity.
Definition at line 46 of file MassQuoteResponse.h.
QuoteEntryRejectReason::Enum quoteEntryRejectReason |
Reason code indicating why the quote entry has been rejected.
Definition at line 49 of file MassQuoteResponse.h.
QuoteEntryStatus::Enum quoteEntryStatus |
Identifies the status of an individual quote.
Definition at line 52 of file MassQuoteResponse.h.
SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 43 of file MassQuoteResponse.h.
Side::Enum side |
Side of the order.
Definition at line 55 of file MassQuoteResponse.h.