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

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

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

Member Data Documentation

std::string firmNegotiationId

User defined ID of a SRQS negotiation.

Definition at line 79 of file SRQSDealResponse.h.

std::string firmTradeId

User defined deal ID.

Definition at line 76 of file SRQSDealResponse.h.

UInt32 negotiationId

ID of a SRQS negotiation.

Definition at line 67 of file SRQSDealResponse.h.

UInt32 secondaryTradeId

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

Definition at line 73 of file SRQSDealResponse.h.

SInt64 securityId

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

Definition at line 64 of file SRQSDealResponse.h.

std::vector<SRQSQuoteGrpElem> sRQSQuoteGrp

SRQS Quote Group.

Definition at line 82 of file SRQSDealResponse.h.

UInt32 tradeId

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

Definition at line 70 of file SRQSDealResponse.h.


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