#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_INSTRUMENT_INFO.h>
Public Member Functions | |
BV_INSTRUMENT_INFO () | |
~BV_INSTRUMENT_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 | instrumentId |
TI_INSTRUMENT_TYPE::Enum | instrumentType |
Definition at line 42 of file SMP.Substructures.BV_INSTRUMENT_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_INSTRUMENT_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.BV_INSTRUMENT_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 65 of file SMP.Substructures.BV_INSTRUMENT_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt32 instrumentId |
Unique ID of the tradable instrument.
Definition at line 52 of file SMP.Substructures.BV_INSTRUMENT_INFO.h.
TI_INSTRUMENT_TYPE::Enum instrumentType |
Identifier of the tradable instrument type (Bond only)
Definition at line 55 of file SMP.Substructures.BV_INSTRUMENT_INFO.h.