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 |
Definition at line 42 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
|
inline |
Definition at line 52 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inline |
Definition at line 89 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string memberCode |
Code of the Sell Side Member.
Definition at line 58 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
std::string memberDesc |
Description of the Sell Side Member.
Definition at line 61 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
UInt32 memberId |
Unique ID of the Sell Side Member.
Definition at line 55 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
std::string memberShortDesc |
Short descriptionCode of the Sell Side Member.
Definition at line 64 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
Double netProceeds |
Net Proceeds.
Definition at line 76 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
Double netProceedsCoverValue |
Net Proceeds cover value.
Definition at line 79 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
BV_PORTFOLIO_RFCQ_PROVIDER_STATUS::Enum providerStatus |
Status of the Sell Side Member.
Definition at line 67 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
UInt32 quoteId |
Unique ID of the Portfolio RFCQ quote.
Definition at line 70 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.
UInt64 quoteUpdateTime |
Quote last update time.
Definition at line 73 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_PROVIDER_INFO.h.