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

Public Member Functions

 MassQuoteResponse ()
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 quoteId
UInt64 quoteResponseId
SInt32 marketSegmentId
std::vector< QuoteEntryAckGrpElemquoteEntryAckGrp

Friends

class Serializer

Detailed Description

Definition at line 68 of file MassQuoteResponse.h.

Constructor & Destructor Documentation

◆ MassQuoteResponse()

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 103 of file MassQuoteResponse.h.

Member Data Documentation

◆ 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 82 of file MassQuoteResponse.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 91 of file MassQuoteResponse.h.

◆ quoteEntryAckGrp

std::vector<QuoteEntryAckGrpElem> quoteEntryAckGrp

Quote Entry Ack Group.

Definition at line 94 of file MassQuoteResponse.h.

◆ quoteId

UInt64 quoteId

Customer defined mass quote identifier.

Definition at line 85 of file MassQuoteResponse.h.

◆ quoteResponseId

UInt64 quoteResponseId

Mass quote response identifier generated by the exchange.

Definition at line 88 of file MassQuoteResponse.h.

◆ trdRegTSTimeIn

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 75 of file MassQuoteResponse.h.

◆ trdRegTSTimeOut

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 78 of file MassQuoteResponse.h.