#include <SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h>
Public Member Functions | |
REPO_HIST_INSTRUMENT_DATE_INFO () | |
~REPO_HIST_INSTRUMENT_DATE_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 | sectionCode |
std::string | sectionDesc |
std::string | instrumentClassCode |
std::string | instrumentClassDesc |
std::string | startDateCode |
std::string | endDateCode |
std::string | floatRateCode |
TI_INSTRUMENT_TYPE::Enum | instrumentType |
UInt32 | startDate |
UInt32 | endDate |
std::string | vanillaCode |
UInt32 | auctionId |
Definition at line 42 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
|
inline |
Definition at line 59 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 111 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt32 auctionId |
Unique ID of the triparty auction.
Definition at line 101 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
UInt32 endDate |
Final value date.
Definition at line 95 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string endDateCode |
Alphanumeric code of the final value date.
Definition at line 83 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string floatRateCode |
Alphanumeric code of the rate type.
Definition at line 86 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string instrumentClassCode |
Code of the instrument class.
Definition at line 74 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string instrumentClassDesc |
Description of the instrument class.
Definition at line 77 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string instrumentCode |
Alphanumeric code of the instrument.
Definition at line 62 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string instrumentDesc |
Description of the tradable instrument.
Definition at line 65 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
TI_INSTRUMENT_TYPE::Enum instrumentType |
Type of the instrument.
Definition at line 89 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string sectionCode |
Alphanumeric ID code of the section - brief description.
Definition at line 68 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string sectionDesc |
Section description.
Definition at line 71 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
UInt32 startDate |
Initial value date.
Definition at line 92 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string startDateCode |
Alphanumeric code of the initial value date.
Definition at line 80 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.
std::string vanillaCode |
Alphanumeric code of the Vanilla.
Definition at line 98 of file SMP.Substructures.REPO_HIST_INSTRUMENT_DATE_INFO.h.