#include <OnixS/Eurex/Trading/Messages/OrderExecResponse.h>
Public Member Functions | |
| OrderExecResponse () | |
| TemplateId::Enum | templateId () const |
| std::string | toString () const |
| Public Member Functions inherited from Message | |
| virtual | ~Message () |
Friends | |
| class | Serializer |
Definition at line 38 of file OrderExecResponse.h.
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 137 of file OrderExecResponse.h.
| ApplId::Enum applId |
Identifier for subscription and retransmission of an ETI data stream.
Definition at line 54 of file OrderExecResponse.h.
| Data applMsgId |
Message key assigned to a order/quote event related Eurex ETI data stream.
Definition at line 57 of file OrderExecResponse.h.
| UInt64 clOrdId |
Unique participant defined order request identifier.
Definition at line 67 of file OrderExecResponse.h.
| CrossedIndicator::Enum crossedIndicator |
Indicates SMP involvement.
Definition at line 116 of file OrderExecResponse.h.
| SInt64 cumQty |
Cumulated executed quantity of an order.
Definition at line 89 of file OrderExecResponse.h.
| SInt64 cxlQty |
Total quantity cancelled for this order.
Definition at line 92 of file OrderExecResponse.h.
| UInt64 execId |
Transaction timestamp.
Definition at line 77 of file OrderExecResponse.h.
| ExecRestatementReason::Enum execRestatementReason |
Code to further qualify the field ExecType (150) of the Execution Report (8) message.
Definition at line 98 of file OrderExecResponse.h.
| ExecType::Enum execType |
The reason why this message was generated.
Definition at line 110 of file OrderExecResponse.h.
| std::vector<FillsGrpElem> fillsGrp |
Fills Group.
Definition at line 122 of file OrderExecResponse.h.
| std::vector<InstrmntLegExecGrpElem> instrmntLegExecGrp |
Instrmnt Leg Exec Group.
Definition at line 125 of file OrderExecResponse.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 61 of file OrderExecResponse.h.
| SInt64 leavesQty |
Remaining quantity of an order.
Definition at line 86 of file OrderExecResponse.h.
| SInt32 marketSegmentId |
The product identifier uniquely identifies a Eurex product.
Definition at line 95 of file OrderExecResponse.h.
| std::vector<OrderEventGrpElem> orderEventGrp |
Order Event Group.
Definition at line 128 of file OrderExecResponse.h.
| UInt64 orderId |
Exchange Order ID generated by Eurex System; it remains constant over the lifetime of an order.
Definition at line 64 of file OrderExecResponse.h.
| OrdStatus::Enum ordStatus |
Conveys the current status of an order.
Definition at line 107 of file OrderExecResponse.h.
| UInt64 origClOrdId |
ClOrdID (11) of the last successfully processed task (request) referring to the specific order; used for client order ID chaining.
Definition at line 71 of file OrderExecResponse.h.
| UInt16 partitionId |
Is required to define the scope of a Retransmission Request.
Definition at line 51 of file OrderExecResponse.h.
| ProductComplex::Enum productComplex |
This field qualifies an instrument type on Eurex.
Definition at line 104 of file OrderExecResponse.h.
| SInt64 securityId |
The instrument identifier uniquely identifies an instrument in the core system.
Definition at line 74 of file OrderExecResponse.h.
| Side::Enum side |
Side of the order.
Definition at line 101 of file OrderExecResponse.h.
| TransactionDelayIndicator::Enum transactionDelayIndicator |
Indicator for a delayed transaction.
Definition at line 119 of file OrderExecResponse.h.
| UInt64 trdRegTSEntryTime |
The entry timestamp is the time of the creation of the order.
Definition at line 80 of file OrderExecResponse.h.
| UInt64 trdRegTSTimeIn |
Matching engine in timestamp.
Definition at line 45 of file OrderExecResponse.h.
| UInt64 trdRegTSTimeOut |
Matching engine out timestamp.
Definition at line 48 of file OrderExecResponse.h.
| UInt64 trdRegTSTimePriority |
Priority timestamp.
Definition at line 83 of file OrderExecResponse.h.
| Triggered::Enum triggered |
Indicates if an order has been previously triggered.
Definition at line 113 of file OrderExecResponse.h.