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

Public Member Functions

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

Public Attributes

UInt64 trdRegTSTimeOut
UInt16 partitionId
Data applMsgId
ApplId::Enum applId
ApplResendFlag::Enum applResendFlag
LastFragment::Enum lastFragment
UInt64 massActionReportId
SInt32 marketSegmentId
UInt32 partyIdEnteringTrader
PartyIdEnteringFirm::Enum partyIdEnteringFirm
MassActionType::Enum massActionType
MassActionSubType::Enum massActionSubType
MassActionReason::Enum massActionReason
std::vector< NotAffectedSecuritiesGrpElemnotAffectedSecuritiesGrp

Friends

class Serializer

Detailed Description

Definition at line 37 of file QuoteActivationNotification.h.

Constructor & Destructor Documentation

◆ QuoteActivationNotification()

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 93 of file QuoteActivationNotification.h.

Member Data Documentation

◆ applId

ApplId::Enum applId

Identifier for subscription and retransmission of an ETI data stream.

Definition at line 53 of file QuoteActivationNotification.h.

◆ applMsgId

Data applMsgId

Message key assigned to a order/quote event related Eurex ETI data stream.

Definition at line 50 of file QuoteActivationNotification.h.

◆ applResendFlag

ApplResendFlag::Enum applResendFlag

Indicates a retransmission message.

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

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 66 of file QuoteActivationNotification.h.

◆ massActionReason

MassActionReason::Enum massActionReason

Reason for mass cancellation.

Definition at line 81 of file QuoteActivationNotification.h.

◆ massActionReportId

UInt64 massActionReportId

Transaction timestamp.

Definition at line 63 of file QuoteActivationNotification.h.

◆ massActionSubType

MassActionSubType::Enum massActionSubType

Restriction for MassActionType (1373) = Release_quotes (2).

Definition at line 78 of file QuoteActivationNotification.h.

◆ massActionType

MassActionType::Enum massActionType

Specifies the type of action requested.

Definition at line 75 of file QuoteActivationNotification.h.

◆ notAffectedSecuritiesGrp

std::vector<NotAffectedSecuritiesGrpElem> notAffectedSecuritiesGrp

Not Affected Securities Group.

Definition at line 84 of file QuoteActivationNotification.h.

◆ partitionId

UInt16 partitionId

Is required to define the scope of a Retransmission Request.

Definition at line 47 of file QuoteActivationNotification.h.

◆ partyIdEnteringFirm

PartyIdEnteringFirm::Enum partyIdEnteringFirm

Entering Business Unit.

Definition at line 72 of file QuoteActivationNotification.h.

◆ partyIdEnteringTrader

UInt32 partyIdEnteringTrader

Entering User ID.

Definition at line 69 of file QuoteActivationNotification.h.

◆ trdRegTSTimeOut

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 44 of file QuoteActivationNotification.h.