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

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

Public Member Functions

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

Public Attributes

UInt32 senderSubId
 
SInt32 marketSegmentId
 
UInt32 maturityMonthYear
 
UInt32 basketProfileId
 
TrdType::Enum trdType
 
TradeReportType::Enum tradeReportType
 
BasketTradeReportType::Enum basketTradeReportType
 
OptionalEarlyTerminationIndicator::Enum optionalEarlyTerminationIndicator
 
BasketAnonymity::Enum basketAnonymity
 
std::string basketTradeReportText
 
std::string tradeReportId
 
std::vector< BasketRootPartyGrpElembasketRootPartyGrp
 
std::vector< InstrmtMatchSideGrpEleminstrmtMatchSideGrp
 
std::vector< BasketSideAllocGrpElembasketSideAllocGrp
 

Friends

class Serializer
 

Detailed Description

Definition at line 37 of file EnterBasketTradeRequest.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 92 of file EnterBasketTradeRequest.h.

Member Data Documentation

BasketAnonymity::Enum basketAnonymity

Used to indicate anonymized trades in baskets.

Definition at line 68 of file EnterBasketTradeRequest.h.

UInt32 basketProfileId

ID of the Basket profile.

Definition at line 53 of file EnterBasketTradeRequest.h.

std::vector<BasketRootPartyGrpElem> basketRootPartyGrp

Basket Root Party Group.

Definition at line 77 of file EnterBasketTradeRequest.h.

std::vector<BasketSideAllocGrpElem> basketSideAllocGrp

Basket Side Alloc Group.

Definition at line 83 of file EnterBasketTradeRequest.h.

std::string basketTradeReportText

User defined text message field.

Definition at line 71 of file EnterBasketTradeRequest.h.

BasketTradeReportType::Enum basketTradeReportType

Basket operation.

Definition at line 62 of file EnterBasketTradeRequest.h.

std::vector<InstrmtMatchSideGrpElem> instrmtMatchSideGrp

Instrument Match Side Group.

Definition at line 80 of file EnterBasketTradeRequest.h.

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 47 of file EnterBasketTradeRequest.h.

UInt32 maturityMonthYear

Month year code for expiry YYYYMM.

Definition at line 50 of file EnterBasketTradeRequest.h.

OptionalEarlyTerminationIndicator::Enum optionalEarlyTerminationIndicator

Indicates whether the counterparties have the right for early termination.

Definition at line 65 of file EnterBasketTradeRequest.h.

UInt32 senderSubId

User ID.

Definition at line 44 of file EnterBasketTradeRequest.h.

std::string tradeReportId

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

Definition at line 74 of file EnterBasketTradeRequest.h.

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 59 of file EnterBasketTradeRequest.h.

TrdType::Enum trdType

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

Definition at line 56 of file EnterBasketTradeRequest.h.


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