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

Public Member Functions

 BV_PORTFOLIO_RFCQ_PROVIDER_INFO ()
 ~BV_PORTFOLIO_RFCQ_PROVIDER_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 memberDesc
std::string memberShortDesc
BV_PORTFOLIO_RFCQ_PROVIDER_STATUS::Enum providerStatus
UInt32 quoteId
UInt64 quoteUpdateTime
Double netProceeds
Double netProceedsCoverValue

Detailed Description

Constructor & Destructor Documentation

◆ BV_PORTFOLIO_RFCQ_PROVIDER_INFO()

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

Code of the Sell Side Member.

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

◆ memberDesc

std::string memberDesc

Description of the Sell Side Member.

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

◆ memberId

UInt32 memberId

Unique ID of the Sell Side Member.

Definition at line 55 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.

◆ memberShortDesc

std::string memberShortDesc

Short descriptionCode of the Sell Side Member.

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

◆ netProceeds

Double netProceeds

Net Proceeds.

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

◆ netProceedsCoverValue

Double netProceedsCoverValue

Net Proceeds cover value.

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

◆ providerStatus

Status of the Sell Side Member.

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

◆ quoteId

UInt32 quoteId

Unique ID of the Portfolio RFCQ quote.

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

◆ quoteUpdateTime

UInt64 quoteUpdateTime

Quote last update time.

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