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

Public Member Functions

 SRQSDealResponse ()
TemplateId::Enum templateId () const
std::string toString () const
Public Member Functions inherited from Message
virtual ~Message ()

Public Attributes

SInt64 securityId
UInt32 negotiationId
UInt32 tradeId
UInt32 secondaryTradeId
std::string firmTradeId
std::string firmNegotiationId
std::vector< SRQSQuoteGrpElemsRQSQuoteGrp

Friends

class Serializer

Detailed Description

Definition at line 56 of file SRQSDealResponse.h.

Constructor & Destructor Documentation

◆ SRQSDealResponse()

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 90 of file SRQSDealResponse.h.

Member Data Documentation

◆ firmNegotiationId

std::string firmNegotiationId

User defined ID of a SRQS negotiation.

Definition at line 78 of file SRQSDealResponse.h.

◆ firmTradeId

std::string firmTradeId

User defined deal ID.

Definition at line 75 of file SRQSDealResponse.h.

◆ negotiationId

UInt32 negotiationId

ID of a SRQS negotiation.

Definition at line 66 of file SRQSDealResponse.h.

◆ secondaryTradeId

UInt32 secondaryTradeId

Second system defined SRQS deal identifier. Please refer to the functional reference for the details.

Definition at line 72 of file SRQSDealResponse.h.

◆ securityId

SInt64 securityId

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

Definition at line 63 of file SRQSDealResponse.h.

◆ sRQSQuoteGrp

std::vector<SRQSQuoteGrpElem> sRQSQuoteGrp

SRQS Quote Group.

Definition at line 81 of file SRQSDealResponse.h.

◆ tradeId

UInt32 tradeId

Uniquely identifies all order leg allocations referring to the same matching event, simple instrument and price.

Definition at line 69 of file SRQSDealResponse.h.