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

Public Member Functions

 NewOrderNRResponse ()
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
SInt64 securityId
UInt64 execId
SInt64 leavesQty
SInt64 cxlQty
OrdStatus::Enum ordStatus
ExecType::Enum execType
ExecRestatementReason::Enum execRestatementReason
CrossedIndicator::Enum crossedIndicator
ProductComplex::Enum productComplex
Triggered::Enum triggered
TransactionDelayIndicator::Enum transactionDelayIndicator
std::vector< OrderEventGrpElemorderEventGrp

Friends

class Serializer

Detailed Description

Definition at line 37 of file NewOrderNRResponse.h.

Constructor & Destructor Documentation

◆ NewOrderNRResponse()

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 102 of file NewOrderNRResponse.h.

Member Data Documentation

◆ clOrdId

UInt64 clOrdId

Unique participant defined order request identifier.

Definition at line 57 of file NewOrderNRResponse.h.

◆ crossedIndicator

CrossedIndicator::Enum crossedIndicator

Indicates SMP involvement.

Definition at line 81 of file NewOrderNRResponse.h.

◆ cxlQty

SInt64 cxlQty

Total quantity cancelled for this order.

Definition at line 69 of file NewOrderNRResponse.h.

◆ execId

UInt64 execId

Transaction timestamp.

Definition at line 63 of file NewOrderNRResponse.h.

◆ execRestatementReason

ExecRestatementReason::Enum execRestatementReason

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

Definition at line 78 of file NewOrderNRResponse.h.

◆ execType

ExecType::Enum execType

The reason why this message was generated.

Definition at line 75 of file NewOrderNRResponse.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 51 of file NewOrderNRResponse.h.

◆ leavesQty

SInt64 leavesQty

Remaining quantity of an order.

Definition at line 66 of file NewOrderNRResponse.h.

◆ orderEventGrp

std::vector<OrderEventGrpElem> orderEventGrp

Order Event Group.

Definition at line 93 of file NewOrderNRResponse.h.

◆ orderId

UInt64 orderId

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

Definition at line 54 of file NewOrderNRResponse.h.

◆ ordStatus

OrdStatus::Enum ordStatus

Conveys the current status of an order.

Definition at line 72 of file NewOrderNRResponse.h.

◆ productComplex

ProductComplex::Enum productComplex

This field qualifies an instrument type on Eurex.

Definition at line 84 of file NewOrderNRResponse.h.

◆ securityId

SInt64 securityId

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

Definition at line 60 of file NewOrderNRResponse.h.

◆ transactionDelayIndicator

TransactionDelayIndicator::Enum transactionDelayIndicator

Indicator for a delayed transaction.

Definition at line 90 of file NewOrderNRResponse.h.

◆ trdRegTSTimeIn

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 44 of file NewOrderNRResponse.h.

◆ trdRegTSTimeOut

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 47 of file NewOrderNRResponse.h.

◆ triggered

Triggered::Enum triggered

Indicates if an order has been previously triggered.

Definition at line 87 of file NewOrderNRResponse.h.