#include <OnixS/MTS/Cash/SDP/Classes/SMP.Classes.TI_SETTL_GROUP_INFO.h>
Public Member Functions | |
TI_SETTL_GROUP_INFO () | |
virtual | ~TI_SETTL_GROUP_INFO () |
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_SETTL_GROUP_INFO * | clone () const |
virtual TI_SETTL_GROUP_INFO * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | settlGroupId |
UInt32 | marketId |
std::string | settlGroupCode |
std::string | settlGroupDesc |
TI_SETTL_TYPE::Enum | settlType |
UInt32 | settlCalendarId |
TI_FLAG::Enum | sameDaySettleFg |
TI_SETTLEMENT_MODE::Enum | settlementMode |
Definition at line 45 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.TI_SETTL_GROUP_INFO.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.TI_SETTL_GROUP_INFO.h.
|
virtual |
Provides string presentation.
Implements Class.
UInt32 marketId |
Unique ID of the market.
Definition at line 67 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
TI_FLAG::Enum sameDaySettleFg |
Specifies whether the settlement group allows T+0 settlement.
Definition at line 82 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
UInt32 settlCalendarId |
Unique ID of the settlement calendar.
Definition at line 79 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
TI_SETTLEMENT_MODE::Enum settlementMode |
Specifies whether the trade can be settled CCP only, bilaterally or both.
Definition at line 85 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
std::string settlGroupCode |
Unique alphanumeric ID code of the settlement group - brief description.
Definition at line 70 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
std::string settlGroupDesc |
Description of the settlement group.
Definition at line 73 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
UInt32 settlGroupId |
Unique ID of the settlement group.
Definition at line 64 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.
TI_SETTL_TYPE::Enum settlType |
ID of the type of settlement.
Definition at line 76 of file SMP.Classes.TI_SETTL_GROUP_INFO.h.