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

Public Member Functions

 DeleteBasketTradeRequest ()
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
TrdType::Enum trdType
TradeReportType::Enum tradeReportType
std::string tradeReportId

Friends

class Serializer

Detailed Description

Definition at line 35 of file DeleteBasketTradeRequest.h.

Constructor & Destructor Documentation

◆ DeleteBasketTradeRequest()

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 69 of file DeleteBasketTradeRequest.h.

Member Data Documentation

◆ basketExecId

UInt32 basketExecId

System generated transaction ID for a Basket transaction.

Definition at line 48 of file DeleteBasketTradeRequest.h.

◆ basketTrdMatchId

UInt64 basketTrdMatchId

System defined Basket ID.

Definition at line 45 of file DeleteBasketTradeRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 51 of file DeleteBasketTradeRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 42 of file DeleteBasketTradeRequest.h.

◆ tradeReportId

std::string tradeReportId

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

Definition at line 60 of file DeleteBasketTradeRequest.h.

◆ tradeReportType

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 57 of file DeleteBasketTradeRequest.h.

◆ trdType

TrdType::Enum trdType

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

Definition at line 54 of file DeleteBasketTradeRequest.h.