#include <OnixS/B3/BOE/messaging/Composites.h>
Public Types | |
| enum | |
| typedef UInt32 | Custodian |
| typedef IntegralConstant< UInt32, 0 > | NullCustodian |
| typedef UInt32 | CustodyAccount |
| typedef IntegralConstant< UInt32, 0 > | NullCustodyAccount |
| typedef UInt32 | CustodyAllocationType |
| typedef IntegralConstant< UInt32, 0 > | NullCustodyAllocationType |
Public Member Functions | |
| std::string | toString (bool skipEmptyFields=false) const |
| Custodian | custodian () const noexcept |
| void | setCustodian (Custodian value) noexcept |
| void | setCustodianToNull () noexcept |
| bool | custodyAccount (CustodyAccount &value) const noexcept |
| void | setCustodyAccount (CustodyAccount value) noexcept |
| void | setCustodyAccountToNull () noexcept |
| bool | custodyAllocationType (CustodyAllocationType &value) const noexcept |
| void | setCustodyAllocationType (CustodyAllocationType value) noexcept |
| void | setCustodyAllocationTypeToNull () noexcept |
Definition at line 1083 of file Composites.h.
| typedef UInt32 Custodian |
Identifies the custodian.
Definition at line 1090 of file Composites.h.
| typedef UInt32 CustodyAccount |
Identifies the custody account.
Definition at line 1098 of file Composites.h.
| typedef UInt32 CustodyAllocationType |
Custody allocation type.
Definition at line 1108 of file Composites.h.
| typedef IntegralConstant<UInt32, 0> NullCustodian |
Null value for an optional Custodian field.
Definition at line 1095 of file Composites.h.
| typedef IntegralConstant<UInt32, 0> NullCustodyAccount |
Null value for an optional CustodyAccount field.
Definition at line 1103 of file Composites.h.
| typedef IntegralConstant<UInt32, 0> NullCustodyAllocationType |
Null value for an optional CustodyAllocationType field.
Definition at line 1113 of file Composites.h.
| anonymous enum |
|
inlinenoexcept |
Identifies the custodian.
Definition at line 1123 of file Composites.h.
|
inlinenoexcept |
Identifies the custody account.
Definition at line 1144 of file Composites.h.
|
inlinenoexcept |
Custody allocation type.
Definition at line 1167 of file Composites.h.
|
inlinenoexcept |
Identifies the custodian.
Definition at line 1130 of file Composites.h.
|
inlinenoexcept |
Definition at line 1136 of file Composites.h.
|
inlinenoexcept |
Identifies the custody account.
Definition at line 1152 of file Composites.h.
|
inlinenoexcept |
Definition at line 1158 of file Composites.h.
|
inlinenoexcept |
Custody allocation type.
Definition at line 1177 of file Composites.h.
|
inlinenoexcept |
Definition at line 1184 of file Composites.h.
|
inline |
Definition at line 3615 of file Serialization.h.