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

Public Member Functions

 BV_MINORITY_BROKER_MEMBER_INFO ()
virtual ~BV_MINORITY_BROKER_MEMBER_INFO ()
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 BV_MINORITY_BROKER_MEMBER_INFOclone () const
virtual BV_MINORITY_BROKER_MEMBER_INFOclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 memberId
std::string memberCode
std::string memberDesc
std::string memberShortDesc
UInt32 brokerId
std::string brokerCode
std::string brokerDes
std::string brokerShortDes
TI_FLAG::Enum preferredFg

Detailed Description

Definition at line 43 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

Constructor & Destructor Documentation

◆ BV_MINORITY_BROKER_MEMBER_INFO()

◆ ~BV_MINORITY_BROKER_MEMBER_INFO()

virtual ~BV_MINORITY_BROKER_MEMBER_INFO ( )
inlinevirtual

Definition at line 56 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_MINORITY_BROKER_MEMBER_INFO * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_MINORITY_BROKER_MEMBER_INFO * 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 59 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

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

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ brokerCode

std::string brokerCode

Code of the broker.

Definition at line 80 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

◆ brokerDes

std::string brokerDes

Description of the broker.

Definition at line 83 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

◆ brokerId

UInt32 brokerId

Unique ID of the broker.

Definition at line 77 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

◆ brokerShortDes

std::string brokerShortDes

Short description of the broker.

Definition at line 86 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

◆ memberCode

std::string memberCode

Unique ID code of the member.

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

◆ memberDesc

std::string memberDesc

Description of the member.

Definition at line 71 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

◆ memberId

UInt32 memberId

Unique ID of the member.

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

◆ memberShortDesc

std::string memberShortDesc

Short description of the member.

Definition at line 74 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.

◆ preferredFg

TI_FLAG::Enum preferredFg

Specifies whether the broker is the preferred one.

Definition at line 89 of file SMP.Classes.BV_MINORITY_BROKER_MEMBER_INFO.h.