Public Member Functions | |
| CMF_OFFICIAL_PRICE_INFO () | |
| ~CMF_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 | marketId |
| UInt32 | sectionId |
| UInt32 | instrumentClassId |
| UInt32 | financialInstrumentId |
| TI_INSTRUMENT_TYPE::Enum | instrumentType |
Definition at line 42 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 74 of file SMP.Substructures.CMF_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 62 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.
| UInt32 instrumentClassId |
Unique ID of the instrument class.
Definition at line 59 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.
| TI_INSTRUMENT_TYPE::Enum instrumentType |
Identifier of the instrument type (Bond, Spread, Basis, etc.)
Definition at line 65 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.
| UInt32 marketId |
Unique ID of the market.
Definition at line 53 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.
| UInt32 sectionId |
Unique ID of the section.
Definition at line 56 of file SMP.Substructures.CMF_OFFICIAL_PRICE_INFO.h.