OnixS Eurex ETI Handler C++ library  9.21.0
API documentation
BasketRollRequest Class Reference

#include <OnixS/Eurex/Trading/Messages/BasketRollRequest.h>

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
 
std::vector< BasketRootPartyGrpElembasketRootPartyGrp
 
std::vector< OldBasketInstrmtMatchSideGrpElemoldBasketInstrmtMatchSideGrp
 
std::vector< NewBasketInstrmtMatchSideGrpElemnewBasketInstrmtMatchSideGrp
 
std::vector< OldBasketSideAllocGrpElemoldBasketSideAllocGrp
 
std::vector< NewBasketSideAllocGrpElemnewBasketSideAllocGrp
 

Friends

class Serializer
 

Detailed Description

Definition at line 38 of file BasketRollRequest.h.

Constructor & Destructor Documentation

Initialize default instance.

Member Function Documentation

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

Friends And Related Function Documentation

friend class Serializer
friend

Definition at line 84 of file BasketRollRequest.h.

Member Data Documentation

UInt32 basketProfileId

ID of the Basket profile.

Definition at line 51 of file BasketRollRequest.h.

std::vector<BasketRootPartyGrpElem> basketRootPartyGrp

Basket Root Party Group.

Definition at line 63 of file BasketRollRequest.h.

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 48 of file BasketRollRequest.h.

std::vector<NewBasketInstrmtMatchSideGrpElem> newBasketInstrmtMatchSideGrp

New Basket Instrument Match Side Group.

Definition at line 69 of file BasketRollRequest.h.

std::vector<NewBasketSideAllocGrpElem> newBasketSideAllocGrp

New Basket Side Alloc Group.

Definition at line 75 of file BasketRollRequest.h.

std::vector<OldBasketInstrmtMatchSideGrpElem> oldBasketInstrmtMatchSideGrp

Old Basket Instrument Match Side Group.

Definition at line 66 of file BasketRollRequest.h.

std::vector<OldBasketSideAllocGrpElem> oldBasketSideAllocGrp

Old Basket Side Alloc Group.

Definition at line 72 of file BasketRollRequest.h.

UInt32 senderSubId

User ID.

Definition at line 45 of file BasketRollRequest.h.

std::string tradeReportId

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

Definition at line 60 of file BasketRollRequest.h.

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 57 of file BasketRollRequest.h.

TrdType::Enum trdType

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

Definition at line 54 of file BasketRollRequest.h.


The documentation for this class was generated from the following file: