#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h>
Public Member Functions | |
BV_OFFICIAL_PRICE_INFO () | |
~BV_OFFICIAL_PRICE_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 | sectionId |
UInt32 | instrumentClassId |
UInt32 | financialInstrumentId |
TI_INSTRUMENT_TYPE::Enum | instrumentType |
Definition at line 42 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 71 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt32 financialInstrumentId |
Unique ID of the financial Instrument.
Definition at line 58 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.
UInt32 instrumentClassId |
Unique ID of the instrument class.
Definition at line 55 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.
TI_INSTRUMENT_TYPE::Enum instrumentType |
Intrument type.
Definition at line 61 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.
UInt32 sectionId |
Unique ID of the section.
Definition at line 52 of file SMP.Substructures.BV_OFFICIAL_PRICE_INFO.h.