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

Public Member Functions

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

Public Attributes

UInt32 senderSubId
UInt64 basketTrdMatchId
UInt32 basketExecId
SInt32 marketSegmentId
UInt32 maturityMonthYear
UInt32 basketProfileId
TrdType::Enum trdType
TradeReportType::Enum tradeReportType
BasketTradeReportType::Enum basketTradeReportType
std::string basketTradeReportText
std::string tradeReportId
std::vector< BasketRootPartyGrpElembasketRootPartyGrp
std::vector< InstrmtMatchSideGrpEleminstrmtMatchSideGrp
std::vector< BasketSideAllocGrpElembasketSideAllocGrp

Friends

class Serializer

Detailed Description

Definition at line 162 of file AmendBasketTradeRequest.h.

Constructor & Destructor Documentation

◆ AmendBasketTradeRequest()

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 217 of file AmendBasketTradeRequest.h.

Member Data Documentation

◆ basketExecId

UInt32 basketExecId

System generated transaction ID for a Basket transaction.

Definition at line 175 of file AmendBasketTradeRequest.h.

◆ basketProfileId

UInt32 basketProfileId

ID of the Basket profile.

Definition at line 184 of file AmendBasketTradeRequest.h.

◆ basketRootPartyGrp

std::vector<BasketRootPartyGrpElem> basketRootPartyGrp

Basket Root Party Group.

Definition at line 202 of file AmendBasketTradeRequest.h.

◆ basketSideAllocGrp

std::vector<BasketSideAllocGrpElem> basketSideAllocGrp

Basket Side Alloc Group.

Definition at line 208 of file AmendBasketTradeRequest.h.

◆ basketTradeReportText

std::string basketTradeReportText

User defined text message field.

Definition at line 196 of file AmendBasketTradeRequest.h.

◆ basketTradeReportType

BasketTradeReportType::Enum basketTradeReportType

Basket operation.

Definition at line 193 of file AmendBasketTradeRequest.h.

◆ basketTrdMatchId

UInt64 basketTrdMatchId

System defined Basket ID.

Definition at line 172 of file AmendBasketTradeRequest.h.

◆ instrmtMatchSideGrp

std::vector<InstrmtMatchSideGrpElem> instrmtMatchSideGrp

Instrument Match Side Group.

Definition at line 205 of file AmendBasketTradeRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 178 of file AmendBasketTradeRequest.h.

◆ maturityMonthYear

UInt32 maturityMonthYear

Month year code for expiry YYYYMM.

Definition at line 181 of file AmendBasketTradeRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 169 of file AmendBasketTradeRequest.h.

◆ tradeReportId

std::string tradeReportId

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

Definition at line 199 of file AmendBasketTradeRequest.h.

◆ tradeReportType

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 190 of file AmendBasketTradeRequest.h.

◆ trdType

TrdType::Enum trdType

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

Definition at line 187 of file AmendBasketTradeRequest.h.