#include <OnixS/MTS/Cash/SDP/Classes/SMP.Classes.TI_INSTRUMENT_ALT_CODE.h>
Public Member Functions | |
TI_INSTRUMENT_ALT_CODE () | |
virtual | ~TI_INSTRUMENT_ALT_CODE () |
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_INSTRUMENT_ALT_CODE * | clone () const |
virtual TI_INSTRUMENT_ALT_CODE * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | financialInstrumentId |
TI_ALTERNATIVE_CODE_TYPE::Enum | alternativeCodeType |
std::string | alternativeCode |
Definition at line 45 of file SMP.Classes.TI_INSTRUMENT_ALT_CODE.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_INSTRUMENT_ALT_CODE.h.
|
inlinevirtual |
Definition at line 53 of file SMP.Classes.TI_INSTRUMENT_ALT_CODE.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 78 of file SMP.Classes.TI_INSTRUMENT_ALT_CODE.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string alternativeCode |
Alternative Code.
Definition at line 69 of file SMP.Classes.TI_INSTRUMENT_ALT_CODE.h.
TI_ALTERNATIVE_CODE_TYPE::Enum alternativeCodeType |
Type of the alternative code.
Definition at line 66 of file SMP.Classes.TI_INSTRUMENT_ALT_CODE.h.
UInt32 financialInstrumentId |
Unique ID of the financial instrument (Bond)
Definition at line 63 of file SMP.Classes.TI_INSTRUMENT_ALT_CODE.h.