#include <OnixS/Eurex/Trading/Messages/CLIPExecutionNotification.h>
Public Member Functions | |
CLIPExecutionNotification () | |
TemplateId::Enum | templateId () const |
std::string | toString () const |
Public Member Functions inherited from Message | |
virtual | ~Message () |
Friends | |
class | Serializer |
Definition at line 105 of file CLIPExecutionNotification.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 182 of file CLIPExecutionNotification.h.
ApplId::Enum applId |
Identifier for subscription and retransmission of an ETI data stream.
Definition at line 121 of file CLIPExecutionNotification.h.
Data applMsgId |
Message key assigned to a order/quote event related Eurex ETI data stream.
Definition at line 118 of file CLIPExecutionNotification.h.
ApplResendFlag::Enum applResendFlag |
Indicates a retransmission message.
Definition at line 124 of file CLIPExecutionNotification.h.
SInt64 cumQty |
Cumulated executed quantity of an order.
Definition at line 146 of file CLIPExecutionNotification.h.
SInt64 cxlQty |
Total quantity cancelled for this order.
Definition at line 140 of file CLIPExecutionNotification.h.
UInt64 execId |
Transaction timestamp.
Definition at line 134 of file CLIPExecutionNotification.h.
ExecRestatementReason::Enum execRestatementReason |
Code to further qualify the field ExecType (150) of the Execution Report (8) message.
Definition at line 152 of file CLIPExecutionNotification.h.
ExecType::Enum execType |
The reason why this message was generated.
Definition at line 164 of file CLIPExecutionNotification.h.
std::vector<FillsGrpElem> fillsGrp |
Fills Group.
Definition at line 170 of file CLIPExecutionNotification.h.
std::vector<InstrmntLegExecGrpElem> instrmntLegExecGrp |
Instrmnt Leg Exec Group.
Definition at line 173 of file CLIPExecutionNotification.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 128 of file CLIPExecutionNotification.h.
SInt64 leavesQty |
Remaining quantity of an order.
Definition at line 143 of file CLIPExecutionNotification.h.
SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 149 of file CLIPExecutionNotification.h.
MatchType::Enum matchType |
The point in the matching process at which this trade was matched.
Definition at line 167 of file CLIPExecutionNotification.h.
UInt64 orderId |
Exchange Order ID generated by Eurex System; it remains constant over the lifetime of an order.
Definition at line 131 of file CLIPExecutionNotification.h.
OrdStatus::Enum ordStatus |
Conveys the current status of an order.
Definition at line 161 of file CLIPExecutionNotification.h.
UInt16 partitionId |
Is required to define the scope of a Retransmission Request.
Definition at line 115 of file CLIPExecutionNotification.h.
ProductComplex::Enum productComplex |
This field qualifies an instrument type on Eurex.
Definition at line 155 of file CLIPExecutionNotification.h.
SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 137 of file CLIPExecutionNotification.h.
Side::Enum side |
Side of the order.
Definition at line 158 of file CLIPExecutionNotification.h.
UInt64 trdRegTSTimeOut |
Matching engine out timestamp.
Definition at line 112 of file CLIPExecutionNotification.h.