#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h>
Public Member Functions | |
BV_TRADE_FUTURE_ACCOUNT_INFO () | |
~BV_TRADE_FUTURE_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 |
UInt32 | memberId |
std::string | exchangeMemberId |
std::string | exchangeTraderId |
UInt32 | autoApprovalRuleId |
Definition at line 42 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
|
inline |
Definition at line 51 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 76 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
UInt32 accountId |
Unique ID of the exchange account (i.e. Eurex account)
Definition at line 54 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
UInt32 autoApprovalRuleId |
Id of the Auto-Approval Rule defined in the exchange (i.e. Eurex Market) it is an optional field.
Definition at line 66 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
std::string exchangeMemberId |
Unique ID of the member in the exchange (i.e. Eurex Market)
Definition at line 60 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
std::string exchangeTraderId |
Unique ID of the trader in the exchange (i.e. Eurex Market)
Definition at line 63 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.
UInt32 memberId |
Unique ID of the member in the BV Market.
Definition at line 57 of file SMP.Substructures.BV_TRADE_FUTURE_ACCOUNT_INFO.h.