#include <SMP.Classes.REPO_PLAIN_VANILLA.h>
Public Member Functions | |
REPO_PLAIN_VANILLA () | |
virtual | ~REPO_PLAIN_VANILLA () |
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_PLAIN_VANILLA * | clone () const |
virtual REPO_PLAIN_VANILLA * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | vanillaId |
std::string | vanillaCode |
std::string | vanillaDesc |
UInt32 | startDateId |
UInt32 | endDateId |
UInt32 | sortNumber |
TI_FLAG::Enum | aCMFlag |
Definition at line 43 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
|
inlinevirtual |
Definition at line 52 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 89 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
|
virtual |
Provides string presentation.
Implements Class.
TI_FLAG::Enum aCMFlag |
If TI_FLAG_Yes, then ACM trading modality is enabled on this Vanilla.
Definition at line 79 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
UInt32 endDateId |
ID of the final value date.
Definition at line 73 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
UInt32 sortNumber |
Vanilla sorting number.
Definition at line 76 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
UInt32 startDateId |
ID of the initial value date.
Definition at line 70 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
std::string vanillaCode |
Alphanumeric code of the Vanilla.
Definition at line 64 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
std::string vanillaDesc |
Description of the Vanilla.
Definition at line 67 of file SMP.Classes.REPO_PLAIN_VANILLA.h.
UInt32 vanillaId |
Unique ID of the Vanilla.
Definition at line 61 of file SMP.Classes.REPO_PLAIN_VANILLA.h.