#include <OnixS/MTS/Cash/SDP/Classes/Substructures/SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h>
Public Member Functions | |
CMF_SPLIT_ACCOUNT_INFO () | |
~CMF_SPLIT_ACCOUNT_INFO () | |
size_t | deserialize (const void *buf, size_t inLen) |
std::string | toString () const |
size_t | serializationBufSize () const |
size_t | serialize (void *buf) const |
Public Attributes | |
UInt32 | accountId |
TI_VERB::Enum | verb |
Double | quantity |
TI_ACCOUNT_INFO_STATUS::Enum | status |
Definition at line 42 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.
|
inline |
Definition at line 49 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 71 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt32 accountId |
Unique ID of the account.
Definition at line 53 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.
Double quantity |
Quantity.
Definition at line 59 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.
TI_ACCOUNT_INFO_STATUS::Enum status |
Allocation Status.
Definition at line 62 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.
TI_VERB::Enum verb |
Verb (Referred to the member who receives the information)
Definition at line 56 of file SMP.Substructures.CMF_SPLIT_ACCOUNT_INFO.h.