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

Public Member Functions

 BasketRollBroadcast ()
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
UInt32 basketExecId
SInt32 marketSegmentId
UInt32 basketProfileId
TrdType::Enum trdType
TradeReportType::Enum tradeReportType
MessageEventSource::Enum messageEventSource
BasketAnonymity::Enum basketAnonymity
std::string basketTradeReportText
std::string tradeReportId
OldBasketDataBCGrp oldBasketDataBCGrp
NewBasketDataBCGrp newBasketDataBCGrp
std::vector< BasketRootPartyGrpElembasketRootPartyGrp
std::vector< OldBasketInstrmtMatchSideGrpElemoldBasketInstrmtMatchSideGrp
std::vector< NewBasketInstrmtMatchSideGrpElemnewBasketInstrmtMatchSideGrp
std::vector< OldBasketSideAllocGrpElemoldBasketSideAllocGrp
std::vector< NewBasketSideAllocGrpElemnewBasketSideAllocGrp

Friends

class Serializer

Detailed Description

Definition at line 321 of file BasketRollBroadcast.h.

Constructor & Destructor Documentation

◆ BasketRollBroadcast()

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 402 of file BasketRollBroadcast.h.

Member Data Documentation

◆ applId

ApplId::Enum applId

Identifier for subscription and retransmission of an ETI data stream.

Definition at line 341 of file BasketRollBroadcast.h.

◆ applResendFlag

ApplResendFlag::Enum applResendFlag

Indicates a retransmission message.

Definition at line 338 of file BasketRollBroadcast.h.

◆ applSeqNum

UInt64 applSeqNum

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

Definition at line 328 of file BasketRollBroadcast.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 332 of file BasketRollBroadcast.h.

◆ basketAnonymity

BasketAnonymity::Enum basketAnonymity

Used to indicate anonymized trades in baskets.

Definition at line 366 of file BasketRollBroadcast.h.

◆ basketExecId

UInt32 basketExecId

System generated transaction ID for a Basket transaction.

Definition at line 348 of file BasketRollBroadcast.h.

◆ basketProfileId

UInt32 basketProfileId

ID of the Basket profile.

Definition at line 354 of file BasketRollBroadcast.h.

◆ basketRootPartyGrp

std::vector<BasketRootPartyGrpElem> basketRootPartyGrp

Basket Root Party Group.

Definition at line 381 of file BasketRollBroadcast.h.

◆ basketTradeReportText

std::string basketTradeReportText

User defined text message field.

Definition at line 369 of file BasketRollBroadcast.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 345 of file BasketRollBroadcast.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 351 of file BasketRollBroadcast.h.

◆ messageEventSource

MessageEventSource::Enum messageEventSource

Receiver of a message.

Definition at line 363 of file BasketRollBroadcast.h.

◆ newBasketDataBCGrp

NewBasketDataBCGrp newBasketDataBCGrp

New Basket Data BC Group.

Definition at line 378 of file BasketRollBroadcast.h.

◆ newBasketInstrmtMatchSideGrp

std::vector<NewBasketInstrmtMatchSideGrpElem> newBasketInstrmtMatchSideGrp

New Basket Instrument Match Side Group.

Definition at line 387 of file BasketRollBroadcast.h.

◆ newBasketSideAllocGrp

std::vector<NewBasketSideAllocGrpElem> newBasketSideAllocGrp

New Basket Side Alloc Group.

Definition at line 393 of file BasketRollBroadcast.h.

◆ oldBasketDataBCGrp

OldBasketDataBCGrp oldBasketDataBCGrp

Old Basket Data BC Group.

Definition at line 375 of file BasketRollBroadcast.h.

◆ oldBasketInstrmtMatchSideGrp

std::vector<OldBasketInstrmtMatchSideGrpElem> oldBasketInstrmtMatchSideGrp

Old Basket Instrument Match Side Group.

Definition at line 384 of file BasketRollBroadcast.h.

◆ oldBasketSideAllocGrp

std::vector<OldBasketSideAllocGrpElem> oldBasketSideAllocGrp

Old Basket Side Alloc Group.

Definition at line 390 of file BasketRollBroadcast.h.

◆ partitionId

UInt16 partitionId

Is required to define the scope of a Retransmission Request.

Definition at line 335 of file BasketRollBroadcast.h.

◆ tradeReportId

std::string tradeReportId

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

Definition at line 372 of file BasketRollBroadcast.h.

◆ tradeReportType

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 360 of file BasketRollBroadcast.h.

◆ trdType

TrdType::Enum trdType

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

Definition at line 357 of file BasketRollBroadcast.h.