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

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_ACCOUNTclone () const
virtual BV_EUREX_ACCOUNTclone (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

Detailed Description

Definition at line 43 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

Constructor & Destructor Documentation

◆ BV_EUREX_ACCOUNT()

BV_EUREX_ACCOUNT ( )
inline

Definition at line 46 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ ~BV_EUREX_ACCOUNT()

virtual ~BV_EUREX_ACCOUNT ( )
inlinevirtual

Definition at line 52 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_EUREX_ACCOUNT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_EUREX_ACCOUNT * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 55 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 101 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ accountId

UInt32 accountId

Unique ID of the Eurex account.

Definition at line 61 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ autoApprovalRuleId

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.

◆ creationDate

UInt32 creationDate

Creation Date.

Definition at line 82 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ creationTime

UInt64 creationTime

Creation Time.

Definition at line 85 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ defaultFg

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.

◆ eurexMemberId

std::string eurexMemberId

Unique ID of the member in the Eurex Market.

Definition at line 67 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ eurexTraderId

std::string eurexTraderId

Unique ID of the trader in the Eurex Market.

Definition at line 70 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ memberId

UInt32 memberId

Unique ID of the member in the BV Market.

Definition at line 64 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ status

Status of the Eurex account.

Definition at line 79 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ updateDate

UInt32 updateDate

Last Update Date.

Definition at line 88 of file SMP.Classes.BV_EUREX_ACCOUNT.h.

◆ updateTime

UInt64 updateTime

Last Update Time.

Definition at line 91 of file SMP.Classes.BV_EUREX_ACCOUNT.h.