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

Public Member Functions

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

Public Attributes

UInt64 applSeqNum
UInt32 applSubId
ApplResendFlag::Enum applResendFlag
ApplId::Enum applId
LastFragment::Enum lastFragment
UInt64 transactTime
UInt64 effectiveTime
UInt32 negotiationId
QuoteCondition::Enum quoteCondition
std::string firmNegotiationId

Friends

class Serializer

Detailed Description

Definition at line 35 of file SRQSNegotiationStatusNotification.h.

Constructor & Destructor Documentation

◆ SRQSNegotiationStatusNotification()

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 80 of file SRQSNegotiationStatusNotification.h.

Member Data Documentation

◆ applId

ApplId::Enum applId

Identifier for subscription and retransmission of an ETI data stream.

Definition at line 52 of file SRQSNegotiationStatusNotification.h.

◆ applResendFlag

ApplResendFlag::Enum applResendFlag

Indicates a retransmission message.

Definition at line 49 of file SRQSNegotiationStatusNotification.h.

◆ applSeqNum

UInt64 applSeqNum

Message sequence number assigned to a non-order related Eurex ETI data stream.

Definition at line 42 of file SRQSNegotiationStatusNotification.h.

◆ applSubId

UInt32 applSubId

Unique ID assigned by the Eurex system during broadcast subscription in order to link broadcasts to the related subscription.

Definition at line 46 of file SRQSNegotiationStatusNotification.h.

◆ effectiveTime

UInt64 effectiveTime

Time an SRQS STP deal is executed.

Definition at line 62 of file SRQSNegotiationStatusNotification.h.

◆ firmNegotiationId

std::string firmNegotiationId

User defined ID of a SRQS negotiation.

Definition at line 71 of file SRQSNegotiationStatusNotification.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 56 of file SRQSNegotiationStatusNotification.h.

◆ negotiationId

UInt32 negotiationId

ID of a SRQS negotiation.

Definition at line 65 of file SRQSNegotiationStatusNotification.h.

◆ quoteCondition

QuoteCondition::Enum quoteCondition

Status of the quote.

Definition at line 68 of file SRQSNegotiationStatusNotification.h.

◆ transactTime

UInt64 transactTime

Timestamp of the match event (trade).

Definition at line 59 of file SRQSNegotiationStatusNotification.h.