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

Public Member Functions

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

Public Attributes

UInt64 applSeqNum
UInt16 partitionId
ApplResendFlag::Enum applResendFlag
ApplId::Enum applId
LastFragment::Enum lastFragment
UInt64 transactTime
UInt32 tradeDate
UInt32 requestingPartyIdExecutingTrader
UInt32 partyIdExecutingUnit
UInt32 partyIdExecutingTrader
RequestingPartyIdExecutingSystem::Enum requestingPartyIdExecutingSystem
MarketId::Enum marketId
PartyActionType::Enum partyActionType
RequestingPartyIdEnteringFirm::Enum requestingPartyIdEnteringFirm

Friends

class Serializer

Detailed Description

Definition at line 35 of file PartyActionReport.h.

Constructor & Destructor Documentation

◆ PartyActionReport()

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

Member Data Documentation

◆ applId

ApplId::Enum applId

Identifier for subscription and retransmission of an ETI data stream.

Definition at line 51 of file PartyActionReport.h.

◆ applResendFlag

ApplResendFlag::Enum applResendFlag

Indicates a retransmission message.

Definition at line 48 of file PartyActionReport.h.

◆ applSeqNum

UInt64 applSeqNum

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

Definition at line 42 of file PartyActionReport.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 55 of file PartyActionReport.h.

◆ marketId

MarketId::Enum marketId

Market ID.

Definition at line 76 of file PartyActionReport.h.

◆ partitionId

UInt16 partitionId

Is required to define the scope of a Retransmission Request.

Definition at line 45 of file PartyActionReport.h.

◆ partyActionType

PartyActionType::Enum partyActionType

Party action type.

Definition at line 79 of file PartyActionReport.h.

◆ partyIdExecutingTrader

UInt32 partyIdExecutingTrader

Owning User ID.

Definition at line 70 of file PartyActionReport.h.

◆ partyIdExecutingUnit

UInt32 partyIdExecutingUnit

Owning Business Unit.

Definition at line 67 of file PartyActionReport.h.

◆ requestingPartyIdEnteringFirm

RequestingPartyIdEnteringFirm::Enum requestingPartyIdEnteringFirm

Requesting party ID entering firm.

Definition at line 82 of file PartyActionReport.h.

◆ requestingPartyIdExecutingSystem

RequestingPartyIdExecutingSystem::Enum requestingPartyIdExecutingSystem

System ID (1 = Eurex Clearing).

Definition at line 73 of file PartyActionReport.h.

◆ requestingPartyIdExecutingTrader

UInt32 requestingPartyIdExecutingTrader

Requesting party ID executing trader.

Definition at line 64 of file PartyActionReport.h.

◆ tradeDate

UInt32 tradeDate

Trade date.

Definition at line 61 of file PartyActionReport.h.

◆ transactTime

UInt64 transactTime

Timestamp of the match event (trade).

Definition at line 58 of file PartyActionReport.h.