#include <OnixS/MTS/BondVision/SDP/Classes/SMP.Classes.TI_RATES.h>
Public Member Functions | |
TI_RATES () | |
virtual | ~TI_RATES () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual TI_RATES * | clone () const |
virtual TI_RATES * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | financialInstrumentId |
std::string | financialInstrumentCode |
std::string | financialInstrumentDesc |
UInt16 | rateCalculationPeriod |
TI_PERIOD::Enum | rateCalculationUnit |
std::string | currencyId |
std::string | instrumentBusinessCenterId |
std::string | currencyBusinessCenterId |
Definition at line 43 of file SMP.Classes.TI_RATES.h.
|
inline |
Definition at line 46 of file SMP.Classes.TI_RATES.h.
|
inlinevirtual |
Definition at line 55 of file SMP.Classes.TI_RATES.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 95 of file SMP.Classes.TI_RATES.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string currencyBusinessCenterId |
Currency Business Center.
Definition at line 85 of file SMP.Classes.TI_RATES.h.
std::string currencyId |
Currency of the underlying loan.
Definition at line 79 of file SMP.Classes.TI_RATES.h.
std::string financialInstrumentCode |
Alphanumeric code of the rate.
Definition at line 67 of file SMP.Classes.TI_RATES.h.
std::string financialInstrumentDesc |
Description of the rate.
Definition at line 70 of file SMP.Classes.TI_RATES.h.
UInt32 financialInstrumentId |
ID of the rate.
Definition at line 64 of file SMP.Classes.TI_RATES.h.
std::string instrumentBusinessCenterId |
Instrument Business Center.
Definition at line 82 of file SMP.Classes.TI_RATES.h.
UInt16 rateCalculationPeriod |
Frequency of floating rate calculation.
Definition at line 73 of file SMP.Classes.TI_RATES.h.
TI_PERIOD::Enum rateCalculationUnit |
Unit of time (period) in which the duration is expressed.
Definition at line 76 of file SMP.Classes.TI_RATES.h.