OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_HIST_MEMBER_INFO Class Reference

Public Member Functions

 BV_HIST_MEMBER_INFO ()
 ~BV_HIST_MEMBER_INFO ()
size_t deserialize (const void *buf, size_t inLen)
std::string toString () const
size_t serializationBufSize () const
size_t serialize (void *buf) const

Public Attributes

std::string memberCode
std::string memberShortDesc
std::string memberDesc
std::string traderName
BV_ALGO_INFO algoInfo
BV_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo
std::string userData

Detailed Description

Definition at line 44 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

Constructor & Destructor Documentation

◆ BV_HIST_MEMBER_INFO()

BV_HIST_MEMBER_INFO ( )
inline

Definition at line 47 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ ~BV_HIST_MEMBER_INFO()

~BV_HIST_MEMBER_INFO ( )
inline

Definition at line 56 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 87 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ algoInfo

BV_ALGO_INFO algoInfo

Algo info.

Definition at line 71 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ clientIdentificationInfo

BV_CLIENT_IDENTIFICATION_INFO clientIdentificationInfo

Client Identification Info.

Definition at line 74 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ memberCode

std::string memberCode

Unique ID of the member.

Definition at line 59 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ memberDesc

std::string memberDesc

Description of the sell side member.

Definition at line 65 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ memberShortDesc

std::string memberShortDesc

Short description of the Sell Side Member.

Definition at line 62 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ traderName

std::string traderName

Name of the trader.

Definition at line 68 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.

◆ userData

std::string userData

Free field used by the client.

Definition at line 77 of file SMP.Substructures.BV_HIST_MEMBER_INFO.h.