#include <OnixS/Eurex/Trading/Messages/QuoteExecutionReport.h>
Public Member Functions | |
| QuoteExecutionReport () | |
| TemplateId::Enum | templateId () const |
| std::string | toString () const |
| Public Member Functions inherited from Message | |
| virtual | ~Message () |
Public Attributes | |
| UInt64 | trdRegTSTimeOut |
| UInt16 | partitionId |
| Data | applMsgId |
| ApplId::Enum | applId |
| ApplResendFlag::Enum | applResendFlag |
| LastFragment::Enum | lastFragment |
| UInt64 | execId |
| SInt32 | marketSegmentId |
| std::vector< QuoteEventGrpElem > | quoteEventGrp |
| std::vector< QuoteLegExecGrpElem > | quoteLegExecGrp |
Friends | |
| class | Serializer |
Definition at line 120 of file QuoteExecutionReport.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 164 of file QuoteExecutionReport.h.
| ApplId::Enum applId |
Identifier for subscription and retransmission of an ETI data stream.
Definition at line 136 of file QuoteExecutionReport.h.
| Data applMsgId |
Message key assigned to a order/quote event related Eurex ETI data stream.
Definition at line 133 of file QuoteExecutionReport.h.
| ApplResendFlag::Enum applResendFlag |
Indicates a retransmission message.
Definition at line 139 of file QuoteExecutionReport.h.
| UInt64 execId |
Transaction timestamp.
Definition at line 146 of file QuoteExecutionReport.h.
| LastFragment::Enum lastFragment |
Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.
Definition at line 143 of file QuoteExecutionReport.h.
| SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 149 of file QuoteExecutionReport.h.
| UInt16 partitionId |
Is required to define the scope of a Retransmission Request.
Definition at line 130 of file QuoteExecutionReport.h.
| std::vector<QuoteEventGrpElem> quoteEventGrp |
Quote Event Group.
Definition at line 152 of file QuoteExecutionReport.h.
| std::vector<QuoteLegExecGrpElem> quoteLegExecGrp |
Quote Leg Exec Group.
Definition at line 155 of file QuoteExecutionReport.h.
| UInt64 trdRegTSTimeOut |
Matching engine out timestamp.
Definition at line 127 of file QuoteExecutionReport.h.