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

Public Member Functions

 BV_ALLOCATION_REPORT_MEMBER_INFO ()
 ~BV_ALLOCATION_REPORT_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 memberShortDesc
std::string memberDesc
std::string leiCode
std::string bICCode
UInt32 traderId
std::string traderName
BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Detailed Description

Constructor & Destructor Documentation

◆ BV_ALLOCATION_REPORT_MEMBER_INFO()

◆ ~BV_ALLOCATION_REPORT_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

◆ bICCode

std::string bICCode

BIC code of the member.

Definition at line 73 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ leiCode

std::string leiCode

LEI code of the member.

Definition at line 70 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ memberCode

std::string memberCode

Code of the member.

Definition at line 61 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ memberDesc

std::string memberDesc

Description of the member.

Definition at line 67 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ memberId

UInt32 memberId

Unique identifier of the member.

Definition at line 58 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ memberShortDesc

std::string memberShortDesc

Short description of the member.

Definition at line 64 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ shortSellingIndicator

BV_SHORT_SELLING_INDICATOR::Enum shortSellingIndicator

Short selling indicator.

Definition at line 82 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ traderId

UInt32 traderId

Unique identifier of the trader.

Definition at line 76 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.

◆ traderName

std::string traderName

Name of the trader.

Definition at line 79 of file SMP.Substructures.BV_ALLOCATION_REPORT_MEMBER_INFO.h.