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

Public Member Functions

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

Public Attributes

UInt32 tesExecId
std::string tradeReportId

Friends

class Serializer

Detailed Description

Definition at line 35 of file TESResponse.h.

Constructor & Destructor Documentation

◆ TESResponse()

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 54 of file TESResponse.h.

Member Data Documentation

◆ tesExecId

UInt32 tesExecId

System transaction identifier for a Trade Entry Service transaction.

Definition at line 42 of file TESResponse.h.

◆ tradeReportId

std::string tradeReportId

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

Definition at line 45 of file TESResponse.h.