OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
TI_EXCHANGE_RATE Class Reference

Public Member Functions

 TI_EXCHANGE_RATE ()
virtual ~TI_EXCHANGE_RATE ()
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_EXCHANGE_RATEclone () const
virtual TI_EXCHANGE_RATEclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

std::string currencyCodeFirst
std::string currencyCodeSecond
Double exchangeRate
UInt32 referenceDate
UInt64 referenceTime
UInt32 updateDate
UInt64 updateTime

Detailed Description

Definition at line 43 of file SMP.Classes.TI_EXCHANGE_RATE.h.

Constructor & Destructor Documentation

◆ TI_EXCHANGE_RATE()

TI_EXCHANGE_RATE ( )
inline

Definition at line 46 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ ~TI_EXCHANGE_RATE()

virtual ~TI_EXCHANGE_RATE ( )
inlinevirtual

Definition at line 52 of file SMP.Classes.TI_EXCHANGE_RATE.h.

Member Function Documentation

◆ clone() [1/2]

virtual TI_EXCHANGE_RATE * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual TI_EXCHANGE_RATE * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 55 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 89 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ currencyCodeFirst

std::string currencyCodeFirst

ISO unique alphanumeric ID code of the first currency.

Definition at line 61 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ currencyCodeSecond

std::string currencyCodeSecond

ISO unique alphanumeric ID code of the second currency.

Definition at line 64 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ exchangeRate

Double exchangeRate

Exchange Rate expressed as ratio first currency divided by second currency (i.e. # of first currencies per second currency unit)

Definition at line 67 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ referenceDate

UInt32 referenceDate

Date to which the exchange rate refers.

Definition at line 70 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ referenceTime

UInt64 referenceTime

Time to which the exchange rate refers.

Definition at line 73 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ updateDate

UInt32 updateDate

Date on which the exchange rate was updated.

Definition at line 76 of file SMP.Classes.TI_EXCHANGE_RATE.h.

◆ updateTime

UInt64 updateTime

Time at which the exchange rate was updated.

Definition at line 79 of file SMP.Classes.TI_EXCHANGE_RATE.h.