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

Public Member Functions

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

Public Attributes

UInt64 applSeqNum
UInt32 applSubId
UInt16 partitionId
ApplResendFlag::Enum applResendFlag
ApplId::Enum applId
LastFragment::Enum lastFragment
UInt64 reversalInitiationTime
SInt32 marketSegmentId
UInt32 packageId
UInt32 tesExecId
SInt32 relatedMarketSegmentId
TrdType::Enum trdType
TrdRptStatus::Enum trdRptStatus
ReversalCancellationReason::Enum reversalCancellationReason
std::string tradeReportId
std::string reversalReasonText
std::vector< SideAllocGrpBCElemsideAllocGrpBC

Friends

class Serializer

Detailed Description

Definition at line 37 of file TESReversalBroadcast.h.

Constructor & Destructor Documentation

◆ TESReversalBroadcast()

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 103 of file TESReversalBroadcast.h.

Member Data Documentation

◆ applId

ApplId::Enum applId

Identifier for subscription and retransmission of an ETI data stream.

Definition at line 57 of file TESReversalBroadcast.h.

◆ applResendFlag

ApplResendFlag::Enum applResendFlag

Indicates a retransmission message.

Definition at line 54 of file TESReversalBroadcast.h.

◆ applSeqNum

UInt64 applSeqNum

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

Definition at line 44 of file TESReversalBroadcast.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 48 of file TESReversalBroadcast.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 61 of file TESReversalBroadcast.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 67 of file TESReversalBroadcast.h.

◆ packageId

UInt32 packageId

Identifier for a Trade Entry Service trade, i.e TES trade ID.

Definition at line 70 of file TESReversalBroadcast.h.

◆ partitionId

UInt16 partitionId

Is required to define the scope of a Retransmission Request.

Definition at line 51 of file TESReversalBroadcast.h.

◆ relatedMarketSegmentId

SInt32 relatedMarketSegmentId

Identifies a related product.

Definition at line 76 of file TESReversalBroadcast.h.

◆ reversalCancellationReason

ReversalCancellationReason::Enum reversalCancellationReason

Reversal cancellation reason.

Definition at line 85 of file TESReversalBroadcast.h.

◆ reversalInitiationTime

UInt64 reversalInitiationTime

Reversal initiation time.

Definition at line 64 of file TESReversalBroadcast.h.

◆ reversalReasonText

std::string reversalReasonText

Reversal reason text.

Definition at line 91 of file TESReversalBroadcast.h.

◆ sideAllocGrpBC

std::vector<SideAllocGrpBCElem> sideAllocGrpBC

Side Alloc Group BC.

Definition at line 94 of file TESReversalBroadcast.h.

◆ tesExecId

UInt32 tesExecId

System transaction identifier for a Trade Entry Service transaction.

Definition at line 73 of file TESReversalBroadcast.h.

◆ tradeReportId

std::string tradeReportId

User defined transaction ID. Part of the TES response and TES broadcast.

Definition at line 88 of file TESReversalBroadcast.h.

◆ trdRptStatus

TrdRptStatus::Enum trdRptStatus

SRQS deal status.

Definition at line 82 of file TESReversalBroadcast.h.

◆ trdType

TrdType::Enum trdType

Indicates if a trade should be reported via the market reporting service.

Definition at line 79 of file TESReversalBroadcast.h.