#include <SMP.Classes.REPO_SPOT_PRICE.h>
Public Member Functions | |
REPO_SPOT_PRICE () | |
virtual | ~REPO_SPOT_PRICE () |
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 REPO_SPOT_PRICE * | clone () const |
virtual REPO_SPOT_PRICE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | instrumentId |
TI_INSTRUMENT_TYPE::Enum | instrumentType |
UInt32 | updateDate |
UInt64 | updateTime |
Double | spotPrice |
Definition at line 43 of file SMP.Classes.REPO_SPOT_PRICE.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_SPOT_PRICE.h.
|
inlinevirtual |
Definition at line 50 of file SMP.Classes.REPO_SPOT_PRICE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 81 of file SMP.Classes.REPO_SPOT_PRICE.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 instrumentId |
Unique ID of the instrument.
Definition at line 59 of file SMP.Classes.REPO_SPOT_PRICE.h.
TI_INSTRUMENT_TYPE::Enum instrumentType |
Type of instrument.
Definition at line 62 of file SMP.Classes.REPO_SPOT_PRICE.h.
Double spotPrice |
Spot price of the instrument.
Definition at line 71 of file SMP.Classes.REPO_SPOT_PRICE.h.
UInt32 updateDate |
Date on which the price was updated.
Definition at line 65 of file SMP.Classes.REPO_SPOT_PRICE.h.
UInt64 updateTime |
Time at which the price was updated.
Definition at line 68 of file SMP.Classes.REPO_SPOT_PRICE.h.