#include <SMP.Classes.REPO_DATE_PREVIEW.h>
Public Member Functions | |
REPO_DATE_PREVIEW () | |
virtual | ~REPO_DATE_PREVIEW () |
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_DATE_PREVIEW * | clone () const |
virtual REPO_DATE_PREVIEW * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | datePreviewId |
UInt32 | calendarId |
UInt32 | startDateId |
UInt32 | endDateId |
UInt32 | startDate |
UInt32 | endDate |
UInt32 | vanillaId |
std::string | userData |
TI_FLAG::Enum | aCMFlag |
Definition at line 43 of file SMP.Classes.REPO_DATE_PREVIEW.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_DATE_PREVIEW.h.
|
inlinevirtual |
Definition at line 51 of file SMP.Classes.REPO_DATE_PREVIEW.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 94 of file SMP.Classes.REPO_DATE_PREVIEW.h.
|
virtual |
Provides string presentation.
Implements Class.
TI_FLAG::Enum aCMFlag |
If TI_FLAG_Yes, the the validation request refers REPO ACM Trading.
Definition at line 84 of file SMP.Classes.REPO_DATE_PREVIEW.h.
UInt32 calendarId |
ID of the settlement calendar.
Definition at line 63 of file SMP.Classes.REPO_DATE_PREVIEW.h.
UInt32 datePreviewId |
ID of the preview request.
Definition at line 60 of file SMP.Classes.REPO_DATE_PREVIEW.h.
UInt32 endDate |
Final value date.
Definition at line 75 of file SMP.Classes.REPO_DATE_PREVIEW.h.
UInt32 endDateId |
ID of the final value date.
Definition at line 69 of file SMP.Classes.REPO_DATE_PREVIEW.h.
UInt32 startDate |
Initial value date.
Definition at line 72 of file SMP.Classes.REPO_DATE_PREVIEW.h.
UInt32 startDateId |
ID of the initial value date.
Definition at line 66 of file SMP.Classes.REPO_DATE_PREVIEW.h.
std::string userData |
Free field used by the client.
Definition at line 81 of file SMP.Classes.REPO_DATE_PREVIEW.h.
UInt32 vanillaId |
Unique ID of the Vanilla.
Definition at line 78 of file SMP.Classes.REPO_DATE_PREVIEW.h.