#include <SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.h>
Public Member Functions | |
REPO_CL_HOUSE_SETTL_GROUP () | |
virtual | ~REPO_CL_HOUSE_SETTL_GROUP () |
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_CL_HOUSE_SETTL_GROUP * | clone () const |
virtual REPO_CL_HOUSE_SETTL_GROUP * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | clearingHouseId |
UInt32 | settlGroupId |
TI_FLAG::Enum | overnightFlag |
REPO_REPO_CLASS::Enum | repoClass |
Definition at line 43 of file SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.h.
|
inline |
Definition at line 46 of file SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.h.
|
inlinevirtual |
Definition at line 50 of file SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.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.REPO_CL_HOUSE_SETTL_GROUP.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 clearingHouseId |
Unique ID of the Clearing House.
Definition at line 59 of file SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.h.
TI_FLAG::Enum overnightFlag |
Flag.
Definition at line 65 of file SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.h.
REPO_REPO_CLASS::Enum repoClass |
Type of REPO settlement.
Definition at line 68 of file SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.h.
UInt32 settlGroupId |
Unique ID of the Settlement Group.
Definition at line 62 of file SMP.Classes.REPO_CL_HOUSE_SETTL_GROUP.h.