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

Public Member Functions

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

Public Attributes

UInt32 senderSubId
SInt32 marketSegmentId
UInt32 basketProfileId
TrdType::Enum trdType
TradeReportType::Enum tradeReportType
std::string tradeReportId
OldBasketDataGrp oldBasketDataGrp
NewBasketDataGrp newBasketDataGrp
std::vector< BasketRootPartyGrpElembasketRootPartyGrp
std::vector< OldBasketInstrmtMatchSideGrpElemoldBasketInstrmtMatchSideGrp
std::vector< NewBasketInstrmtMatchSideGrpElemnewBasketInstrmtMatchSideGrp
std::vector< OldBasketSideAllocGrpElemoldBasketSideAllocGrp
std::vector< NewBasketSideAllocGrpElemnewBasketSideAllocGrp

Friends

class Serializer

Detailed Description

Definition at line 102 of file BasketRollRequest.h.

Constructor & Destructor Documentation

◆ BasketRollRequest()

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 154 of file BasketRollRequest.h.

Member Data Documentation

◆ basketProfileId

UInt32 basketProfileId

ID of the Basket profile.

Definition at line 115 of file BasketRollRequest.h.

◆ basketRootPartyGrp

std::vector<BasketRootPartyGrpElem> basketRootPartyGrp

Basket Root Party Group.

Definition at line 133 of file BasketRollRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 112 of file BasketRollRequest.h.

◆ newBasketDataGrp

NewBasketDataGrp newBasketDataGrp

New Basket Data Group.

Definition at line 130 of file BasketRollRequest.h.

◆ newBasketInstrmtMatchSideGrp

std::vector<NewBasketInstrmtMatchSideGrpElem> newBasketInstrmtMatchSideGrp

New Basket Instrument Match Side Group.

Definition at line 139 of file BasketRollRequest.h.

◆ newBasketSideAllocGrp

std::vector<NewBasketSideAllocGrpElem> newBasketSideAllocGrp

New Basket Side Alloc Group.

Definition at line 145 of file BasketRollRequest.h.

◆ oldBasketDataGrp

OldBasketDataGrp oldBasketDataGrp

Old Basket Data Group.

Definition at line 127 of file BasketRollRequest.h.

◆ oldBasketInstrmtMatchSideGrp

std::vector<OldBasketInstrmtMatchSideGrpElem> oldBasketInstrmtMatchSideGrp

Old Basket Instrument Match Side Group.

Definition at line 136 of file BasketRollRequest.h.

◆ oldBasketSideAllocGrp

std::vector<OldBasketSideAllocGrpElem> oldBasketSideAllocGrp

Old Basket Side Alloc Group.

Definition at line 142 of file BasketRollRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 109 of file BasketRollRequest.h.

◆ tradeReportId

std::string tradeReportId

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

Definition at line 124 of file BasketRollRequest.h.

◆ tradeReportType

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 121 of file BasketRollRequest.h.

◆ trdType

TrdType::Enum trdType

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

Definition at line 118 of file BasketRollRequest.h.