Public Member Functions | |
| BV_EUREX_ACCOUNT () | |
| virtual | ~BV_EUREX_ACCOUNT () |
| 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 BV_EUREX_ACCOUNT * | clone () const |
| virtual BV_EUREX_ACCOUNT * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | accountId |
| UInt32 | memberId |
| std::string | eurexMemberId |
| std::string | eurexTraderId |
| UInt32 | autoApprovalRuleId |
| TI_FLAG::Enum | defaultFg |
| BV_EUREX_ACCOUNT_STATUS::Enum | status |
| UInt32 | creationDate |
| UInt64 | creationTime |
| UInt32 | updateDate |
| UInt64 | updateTime |
Definition at line 43 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
|
inlinevirtual |
Definition at line 52 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 101 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
|
virtual |
Provides string presentation.
Implements Class.
| UInt32 accountId |
Unique ID of the Eurex account.
Definition at line 61 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| UInt32 autoApprovalRuleId |
Id of the Auto-Approval Rule defined in the Eurex Market; it is an optional field.
Definition at line 73 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| UInt32 creationDate |
Creation Date.
Definition at line 82 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| UInt64 creationTime |
Creation Time.
Definition at line 85 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| TI_FLAG::Enum defaultFg |
Specifies, at Member Code level, the combination between Eurex Trader ID and Eurex Auto-Approval Rule ID used as default value in the Eurex Market.
Definition at line 76 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| std::string eurexMemberId |
Unique ID of the member in the Eurex Market.
Definition at line 67 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| std::string eurexTraderId |
Unique ID of the trader in the Eurex Market.
Definition at line 70 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| UInt32 memberId |
Unique ID of the member in the BV Market.
Definition at line 64 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
Status of the Eurex account.
Definition at line 79 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| UInt32 updateDate |
Last Update Date.
Definition at line 88 of file SMP.Classes.BV_EUREX_ACCOUNT.h.
| UInt64 updateTime |
Last Update Time.
Definition at line 91 of file SMP.Classes.BV_EUREX_ACCOUNT.h.