OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
DeleteTESTradeRequest Class Reference

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

Public Member Functions

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

Public Attributes

UInt32 senderSubId
 
UInt32 packageId
 
SInt32 marketSegmentId
 
UInt32 tesExecId
 
SInt32 relatedMarketSegmentId
 
TrdType::Enum trdType
 
TradeReportType::Enum tradeReportType
 
std::string tradeReportId
 

Friends

class Serializer
 

Detailed Description

Definition at line 36 of file DeleteTESTradeRequest.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 73 of file DeleteTESTradeRequest.h.

Member Data Documentation

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 49 of file DeleteTESTradeRequest.h.

UInt32 packageId

Identifier for a Trade Entry Service trade, i.e TES trade ID.

Definition at line 46 of file DeleteTESTradeRequest.h.

SInt32 relatedMarketSegmentId

Identifies a related product.

Definition at line 55 of file DeleteTESTradeRequest.h.

UInt32 senderSubId

User ID.

Definition at line 43 of file DeleteTESTradeRequest.h.

UInt32 tesExecId

System transaction identifier for a Trade Entry Service transaction.

Definition at line 52 of file DeleteTESTradeRequest.h.

std::string tradeReportId

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

Definition at line 64 of file DeleteTESTradeRequest.h.

TradeReportType::Enum tradeReportType

Identifies the type of trade notification.

Definition at line 61 of file DeleteTESTradeRequest.h.

TrdType::Enum trdType

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

Definition at line 58 of file DeleteTESTradeRequest.h.


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