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

Public Member Functions

 ApproveBasketTradeRequest ()
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
RootPartySubIdType::Enum rootPartySubIdType
TrdType::Enum trdType
TradeReportType::Enum tradeReportType
std::string basketTradeReportText
std::string tradeReportId
std::string basketSideTradeReportId
std::vector< BasketSideAllocExtGrpElembasketSideAllocExtGrp

Friends

class Serializer

Detailed Description

Definition at line 145 of file ApproveBasketTradeRequest.h.

Constructor & Destructor Documentation

◆ ApproveBasketTradeRequest()

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 191 of file ApproveBasketTradeRequest.h.

Member Data Documentation

◆ basketExecId

UInt32 basketExecId

System generated transaction ID for a Basket transaction.

Definition at line 158 of file ApproveBasketTradeRequest.h.

◆ basketSideAllocExtGrp

std::vector<BasketSideAllocExtGrpElem> basketSideAllocExtGrp

Basket Side Alloc Ext Group.

Definition at line 182 of file ApproveBasketTradeRequest.h.

◆ basketSideTradeReportId

std::string basketSideTradeReportId

User defined Basket trade ID.

Definition at line 179 of file ApproveBasketTradeRequest.h.

◆ basketTradeReportText

std::string basketTradeReportText

User defined text message field.

Definition at line 173 of file ApproveBasketTradeRequest.h.

◆ basketTrdMatchId

UInt64 basketTrdMatchId

System defined Basket ID.

Definition at line 155 of file ApproveBasketTradeRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 161 of file ApproveBasketTradeRequest.h.

◆ rootPartySubIdType

RootPartySubIdType::Enum rootPartySubIdType

RootParty sub-type.

Definition at line 164 of file ApproveBasketTradeRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 152 of file ApproveBasketTradeRequest.h.

◆ tradeReportId

std::string tradeReportId

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

Definition at line 176 of file ApproveBasketTradeRequest.h.

◆ tradeReportType

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 170 of file ApproveBasketTradeRequest.h.

◆ trdType

TrdType::Enum trdType

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

Definition at line 167 of file ApproveBasketTradeRequest.h.