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

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

Public Member Functions

 FillsGrpElem ()
 
std::string toString () const
 

Public Attributes

SInt64 fillPx
 
SInt64 fillQty
 
UInt32 fillMatchId
 
SInt32 fillExecId
 
FillLiquidityInd::Enum fillLiquidityInd
 

Friends

class Serializer
 

Detailed Description

Definition at line 37 of file CLIPExecutionNotification.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 62 of file CLIPExecutionNotification.h.

Member Data Documentation

SInt32 fillExecId

Private identifier of an order match event, which can be reconciled with the field SideTradeID (1506) in the Trade Capture Report (AE).

Definition at line 53 of file CLIPExecutionNotification.h.

FillLiquidityInd::Enum fillLiquidityInd

Indicates whether the order added or removed liquidity.

Definition at line 56 of file CLIPExecutionNotification.h.

UInt32 fillMatchId

Unique identifier for each price level of a match event (used for public trade reporting).

Definition at line 50 of file CLIPExecutionNotification.h.

SInt64 fillPx

Price of Fill.

Definition at line 44 of file CLIPExecutionNotification.h.

SInt64 fillQty

Quantity of Fill.

Definition at line 47 of file CLIPExecutionNotification.h.


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