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

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

Public Member Functions

 CLIPResponse ()
 
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 execId
 
SInt64 securityId
 
SInt32 marketSegmentId
 
SInt32 crossRequestId
 
ImpliedCheckPriceIndicator::Enum impliedCheckPriceIndicator
 
std::vector< CrossRequestAckSideGrpElemcrossRequestAckSideGrp
 

Friends

class Serializer
 

Detailed Description

Definition at line 63 of file CLIPResponse.h.

Constructor & Destructor Documentation

Initialize default instance.

Member Function Documentation

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

Friends And Related Function Documentation

friend class Serializer
friend

Definition at line 103 of file CLIPResponse.h.

Member Data Documentation

std::vector<CrossRequestAckSideGrpElem> crossRequestAckSideGrp

Cross Request Ack Side Group.

Definition at line 94 of file CLIPResponse.h.

SInt32 crossRequestId

User defined transaction ID.

Definition at line 88 of file CLIPResponse.h.

UInt64 execId

Transaction timestamp.

Definition at line 79 of file CLIPResponse.h.

ImpliedCheckPriceIndicator::Enum impliedCheckPriceIndicator

Indicates whether a option strategy synthetic BBO is used for the price improvement check.

Definition at line 91 of file CLIPResponse.h.

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 76 of file CLIPResponse.h.

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 85 of file CLIPResponse.h.

SInt64 securityId

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

Definition at line 82 of file CLIPResponse.h.

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 70 of file CLIPResponse.h.

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 73 of file CLIPResponse.h.


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