Public Member Functions | |
| TI_INSTRUMENT_INFO () | |
| ~TI_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 |
| UInt32 | startDateId |
| UInt32 | endDateId |
| UInt32 | floatRateId |
| UInt32 | startDate |
| UInt32 | endDate |
| UInt32 | vanillaId |
Definition at line 42 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 83 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| UInt32 endDate |
Final value date.
Definition at line 71 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| UInt32 endDateId |
ID of the final value date.
Definition at line 62 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| UInt32 floatRateId |
ID of the type of rate.
Definition at line 65 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| UInt32 instrumentId |
Unique ID of the tradable instrument.
Definition at line 53 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| TI_INSTRUMENT_TYPE::Enum instrumentType |
Type of the instrument.
Definition at line 56 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| UInt32 startDate |
Initial value date.
Definition at line 68 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| UInt32 startDateId |
ID of the initial value date.
Definition at line 59 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.
| UInt32 vanillaId |
Unique ID of the Vanilla.
Definition at line 74 of file SMP.Substructures.TI_INSTRUMENT_INFO.h.