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

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

Constructor & Destructor Documentation

◆ CLIPResponse()

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

Member Data Documentation

◆ crossRequestAckSideGrp

std::vector<CrossRequestAckSideGrpElem> crossRequestAckSideGrp

Cross Request Ack Side Group.

Definition at line 97 of file CLIPResponse.h.

◆ crossRequestId

SInt32 crossRequestId

User defined transaction ID.

Definition at line 91 of file CLIPResponse.h.

◆ execId

UInt64 execId

Transaction timestamp.

Definition at line 82 of file CLIPResponse.h.

◆ impliedCheckPriceIndicator

ImpliedCheckPriceIndicator::Enum impliedCheckPriceIndicator

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

Definition at line 94 of file CLIPResponse.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 79 of file CLIPResponse.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 88 of file CLIPResponse.h.

◆ securityId

SInt64 securityId

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

Definition at line 85 of file CLIPResponse.h.

◆ trdRegTSTimeIn

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 72 of file CLIPResponse.h.

◆ trdRegTSTimeOut

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 75 of file CLIPResponse.h.