OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
OrderEventGrpElem Class Reference

#include <OnixS/Eurex/Trading/Messages/ModifyOrderNRResponse.h>

Public Member Functions

 OrderEventGrpElem ()
 
std::string toString () const
 

Public Attributes

SInt64 orderEventPx
 
SInt64 orderEventQty
 
UInt32 orderEventMatchId
 
OrderEventReason::Enum orderEventReason
 

Friends

class Serializer
 

Detailed Description

Definition at line 37 of file ModifyOrderNRResponse.h.

Constructor & Destructor Documentation

Initialize default instance.

Member Function Documentation

std::string toString ( ) const

Returns string representation.

Friends And Related Function Documentation

friend class Serializer
friend

Definition at line 59 of file ModifyOrderNRResponse.h.

Member Data Documentation

UInt32 orderEventMatchId

Unique identifier for each price level (match step) of an order event.

Definition at line 50 of file ModifyOrderNRResponse.h.

SInt64 orderEventPx

Price level for the order event.

Definition at line 44 of file ModifyOrderNRResponse.h.

SInt64 orderEventQty

Quantity for the order event.

Definition at line 47 of file ModifyOrderNRResponse.h.

OrderEventReason::Enum orderEventReason

Action that caused the event to occur.

Definition at line 53 of file ModifyOrderNRResponse.h.


The documentation for this class was generated from the following file: