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

Public Member Functions

 BV_TRADE_REGISTRATION_MEMBER_INFO ()
 ~BV_TRADE_REGISTRATION_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

UInt32 memberId
std::string memberCode
std::string memberShortDes
std::string memberDes
UInt32 traderId
std::string traderName
std::string publicInfo
std::string privateInfo
std::string userData

Detailed Description

Constructor & Destructor Documentation

◆ BV_TRADE_REGISTRATION_MEMBER_INFO()

◆ ~BV_TRADE_REGISTRATION_MEMBER_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ memberCode

std::string memberCode

Unique code of the member.

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

◆ memberDes

std::string memberDes

Description of the Member.

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

◆ memberId

UInt32 memberId

Unique ID of the member.

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

◆ memberShortDes

std::string memberShortDes

Short description of the Member.

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

◆ privateInfo

std::string privateInfo

Member private info.

Definition at line 80 of file SMP.Substructures.BV_TRADE_REGISTRATION_MEMBER_INFO.h.

◆ publicInfo

std::string publicInfo

Member public info.

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

◆ traderId

UInt32 traderId

Unique ID of the trader.

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

◆ traderName

std::string traderName

Name of the trader.

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

◆ userData

std::string userData

Free field used by the client.

Definition at line 83 of file SMP.Substructures.BV_TRADE_REGISTRATION_MEMBER_INFO.h.