OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_TRADE_FUTURE_ACCOUNT_INFO Class Reference

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

Detailed Description

Constructor & Destructor Documentation

◆ BV_TRADE_FUTURE_ACCOUNT_INFO()

◆ ~BV_TRADE_FUTURE_ACCOUNT_INFO()

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ accountId

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.

◆ autoApprovalRuleId

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.

◆ exchangeMemberId

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.

◆ exchangeTraderId

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.

◆ memberId

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.