#include <OnixS/MTS/Cash/SDP/Classes/Substructures/SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h>
Public Member Functions | |
TI_HIST_INSTRUMENT_INFO () | |
~TI_HIST_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 | |
std::string | instrumentCode |
std::string | instrumentDesc |
std::string | instrumentClassCode |
std::string | instrumentClassDesc |
TI_INSTRUMENT_TYPE::Enum | instrumentType |
std::string | startDateCode |
std::string | endDateCode |
std::string | floatRateCode |
UInt32 | startDate |
UInt32 | endDate |
std::string | vanillaCode |
Definition at line 42 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
|
inline |
Definition at line 57 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 100 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt32 endDate |
Final value date.
Definition at line 88 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string endDateCode |
Alphanumeric code of the final value date.
Definition at line 79 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string floatRateCode |
Alphanumeric code of the rate type.
Definition at line 82 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string instrumentClassCode |
Code of the instrument class.
Definition at line 67 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string instrumentClassDesc |
Description of the instrument class.
Definition at line 70 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string instrumentCode |
Alphanumeric code of the instrument.
Definition at line 61 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string instrumentDesc |
Description of the tradable instrument.
Definition at line 64 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
TI_INSTRUMENT_TYPE::Enum instrumentType |
Type of the instrument.
Definition at line 73 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
UInt32 startDate |
Initial value date.
Definition at line 85 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string startDateCode |
Alphanumeric code of the initial value date.
Definition at line 76 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.
std::string vanillaCode |
Alphanumeric code of the Vanilla.
Definition at line 91 of file SMP.Substructures.TI_HIST_INSTRUMENT_INFO.h.