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

Public Member Functions

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

Public Attributes

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

Friends

class Serializer

Detailed Description

Definition at line 35 of file ApproveReverseTESTradeRequest.h.

Constructor & Destructor Documentation

◆ ApproveReverseTESTradeRequest()

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 72 of file ApproveReverseTESTradeRequest.h.

Member Data Documentation

◆ allocId

UInt32 allocId

Unique identifier for a TES Trade side.

Definition at line 51 of file ApproveReverseTESTradeRequest.h.

◆ marketSegmentId

SInt32 marketSegmentId

The product identifier uniquely identifies a Eurex product.

Definition at line 45 of file ApproveReverseTESTradeRequest.h.

◆ packageId

UInt32 packageId

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

Definition at line 48 of file ApproveReverseTESTradeRequest.h.

◆ relatedMarketSegmentId

SInt32 relatedMarketSegmentId

Identifies a related product.

Definition at line 57 of file ApproveReverseTESTradeRequest.h.

◆ senderSubId

UInt32 senderSubId

User ID.

Definition at line 42 of file ApproveReverseTESTradeRequest.h.

◆ tesExecId

UInt32 tesExecId

System transaction identifier for a Trade Entry Service transaction.

Definition at line 54 of file ApproveReverseTESTradeRequest.h.

◆ tradeReportId

std::string tradeReportId

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

Definition at line 63 of file ApproveReverseTESTradeRequest.h.

◆ trdType

TrdType::Enum trdType

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

Definition at line 60 of file ApproveReverseTESTradeRequest.h.