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

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 36 of file ModifyOrderNRResponse.h.

Constructor & Destructor Documentation

◆ OrderEventGrpElem()

Initialize default instance.

Member Function Documentation

◆ toString()

std::string toString ( ) const

Returns string representation.

◆ Serializer

friend class Serializer
friend

Definition at line 58 of file ModifyOrderNRResponse.h.

Member Data Documentation

◆ orderEventMatchId

UInt32 orderEventMatchId

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

Definition at line 49 of file ModifyOrderNRResponse.h.

◆ orderEventPx

SInt64 orderEventPx

Price level for the order event.

Definition at line 43 of file ModifyOrderNRResponse.h.

◆ orderEventQty

SInt64 orderEventQty

Quantity for the order event.

Definition at line 46 of file ModifyOrderNRResponse.h.

◆ orderEventReason

OrderEventReason::Enum orderEventReason

Action that caused the event to occur.

Definition at line 52 of file ModifyOrderNRResponse.h.