OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_HIST_TPA_BEST_EXECUTION Class Reference

Public Member Functions

 CMF_HIST_TPA_BEST_EXECUTION ()
virtual ~CMF_HIST_TPA_BEST_EXECUTION ()
virtual ClassId::Enum id () const
size_t deserialize (const void *buf, size_t inLen)
virtual std::string toString () const
virtual size_t serializationBufSize () const
virtual CMF_HIST_TPA_BEST_EXECUTIONclone () const
virtual CMF_HIST_TPA_BEST_EXECUTIONclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

TI_MSG_INFO dealMsgInfo
std::string sectionCode
std::string memberCode
std::string memberShortDesc
std::string memberDesc
std::string clientMemberCode
std::string clientMemberShortDesc
std::string clientMemberDesc
CMF_HIST_INSTRUMENT_INFO instrument
std::vector< CMF_TRADING_INFObid
std::vector< CMF_TRADING_INFOask

Static Public Attributes

static const size_t bidSize = 20
static const size_t askSize = 20

Detailed Description

Definition at line 49 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

Constructor & Destructor Documentation

◆ CMF_HIST_TPA_BEST_EXECUTION()

◆ ~CMF_HIST_TPA_BEST_EXECUTION()

virtual ~CMF_HIST_TPA_BEST_EXECUTION ( )
inlinevirtual

Definition at line 65 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

Member Function Documentation

◆ clone() [1/2]

virtual CMF_HIST_TPA_BEST_EXECUTION * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual CMF_HIST_TPA_BEST_EXECUTION * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 68 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 116 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ ask

std::vector<CMF_TRADING_INFO> ask

Definition at line 107 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ askSize

const size_t askSize = 20
static

Market depth on the Ask side.

Definition at line 106 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ bid

std::vector<CMF_TRADING_INFO> bid

Definition at line 103 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ bidSize

const size_t bidSize = 20
static

Market depth on the Bid side.

Definition at line 102 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ clientMemberCode

std::string clientMemberCode

Unique ID of the Third Party Client.

Definition at line 90 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ clientMemberDesc

std::string clientMemberDesc

Description of the Third Party Client.

Definition at line 96 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ clientMemberShortDesc

std::string clientMemberShortDesc

Short description of the Third Party Client.

Definition at line 93 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ dealMsgInfo

TI_MSG_INFO dealMsgInfo

Data identifying the deal.

Definition at line 75 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ instrument

Data regarding the tradable instrument.

Definition at line 99 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ memberCode

std::string memberCode

Unique ID of the member.

Definition at line 81 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ memberDesc

std::string memberDesc

Description of the member.

Definition at line 87 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ memberShortDesc

std::string memberShortDesc

Short description of the member.

Definition at line 84 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.

◆ sectionCode

std::string sectionCode

Section Code.

Definition at line 78 of file SMP.Classes.CMF_HIST_TPA_BEST_EXECUTION.h.