OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
DeleteOrderNRResponse Class Reference

Public Member Functions

 DeleteOrderNRResponse ()
TemplateId::Enum templateId () const
std::string toString () const
Public Member Functions inherited from Message
virtual ~Message ()

Public Attributes

UInt64 trdRegTSTimeIn
UInt64 trdRegTSTimeOut
LastFragment::Enum lastFragment
UInt64 orderId
UInt64 clOrdId
UInt64 origClOrdId
SInt64 securityId
UInt64 execId
SInt64 cumQty
SInt64 cxlQty
OrdStatus::Enum ordStatus
ExecType::Enum execType
ExecRestatementReason::Enum execRestatementReason
ProductComplex::Enum productComplex
TransactionDelayIndicator::Enum transactionDelayIndicator

Friends

class Serializer

Detailed Description

Definition at line 35 of file DeleteOrderNRResponse.h.

Constructor & Destructor Documentation

◆ DeleteOrderNRResponse()

Initialize default instance.

Member Function Documentation

◆ templateId()

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

◆ toString()

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

◆ Serializer

friend class Serializer
friend

Definition at line 95 of file DeleteOrderNRResponse.h.

Member Data Documentation

◆ clOrdId

UInt64 clOrdId

Unique participant defined order request identifier.

Definition at line 55 of file DeleteOrderNRResponse.h.

◆ cumQty

SInt64 cumQty

Cumulated executed quantity of an order.

Definition at line 68 of file DeleteOrderNRResponse.h.

◆ cxlQty

SInt64 cxlQty

Total quantity cancelled for this order.

Definition at line 71 of file DeleteOrderNRResponse.h.

◆ execId

UInt64 execId

Transaction timestamp.

Definition at line 65 of file DeleteOrderNRResponse.h.

◆ execRestatementReason

ExecRestatementReason::Enum execRestatementReason

Code to further qualify the field ExecType (150) of the Execution Report (8) message.

Definition at line 80 of file DeleteOrderNRResponse.h.

◆ execType

ExecType::Enum execType

The reason why this message was generated.

Definition at line 77 of file DeleteOrderNRResponse.h.

◆ lastFragment

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 49 of file DeleteOrderNRResponse.h.

◆ orderId

UInt64 orderId

Exchange Order ID generated by Eurex System; it remains constant over the lifetime of an order.

Definition at line 52 of file DeleteOrderNRResponse.h.

◆ ordStatus

OrdStatus::Enum ordStatus

Conveys the current status of an order.

Definition at line 74 of file DeleteOrderNRResponse.h.

◆ origClOrdId

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 59 of file DeleteOrderNRResponse.h.

◆ productComplex

ProductComplex::Enum productComplex

This field qualifies an instrument type on Eurex.

Definition at line 83 of file DeleteOrderNRResponse.h.

◆ securityId

SInt64 securityId

The instrument identifier uniquely identifies an instrument in the core system.

Definition at line 62 of file DeleteOrderNRResponse.h.

◆ transactionDelayIndicator

TransactionDelayIndicator::Enum transactionDelayIndicator

Indicator for a delayed transaction.

Definition at line 86 of file DeleteOrderNRResponse.h.

◆ trdRegTSTimeIn

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 42 of file DeleteOrderNRResponse.h.

◆ trdRegTSTimeOut

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 45 of file DeleteOrderNRResponse.h.