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

Public Member Functions

 BV_MEMBER_ACCOUNT ()
virtual ~BV_MEMBER_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_MEMBER_ACCOUNTclone () const
virtual BV_MEMBER_ACCOUNTclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 ownerId
UInt32 accountId
std::string accountCode
std::string accountInfo
std::string clearingInfo
UInt32 submitterMemberId
UInt32 submitterTraderId
std::string submitterTraderName
BV_MEMBER_ACCOUNT_EVENT::Enum event
BV_MEMBER_ACCOUNT_STATUS::Enum status
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_MEMBER_ACCOUNT()

BV_MEMBER_ACCOUNT ( )
inline

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

◆ ~BV_MEMBER_ACCOUNT()

virtual ~BV_MEMBER_ACCOUNT ( )
inlinevirtual

Definition at line 54 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_MEMBER_ACCOUNT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_MEMBER_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 57 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 112 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ accountCode

std::string accountCode

Account External code. Unique code of the account for the buy side member.

Definition at line 69 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ accountId

UInt32 accountId

Unique ID of the account.

Definition at line 66 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ accountInfo

std::string accountInfo

Additional account information.

Definition at line 72 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ clearingInfo

std::string clearingInfo

Clearing information.

Definition at line 75 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ creationDate

UInt32 creationDate

Creation date.

Definition at line 93 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ creationTime

UInt64 creationTime

Creation time.

Definition at line 96 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ event

Action applied to the account.

Definition at line 87 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ ownerId

UInt32 ownerId

Unique ID of the buy side member.

Definition at line 63 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ status

Account status. Deleted accounts will be removed at the end of the current trading day.

Definition at line 90 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ submitterMemberId

UInt32 submitterMemberId

Unique ID of the submitter member.

Definition at line 78 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ submitterTraderId

UInt32 submitterTraderId

Unique ID of the submitter trader.

Definition at line 81 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ submitterTraderName

std::string submitterTraderName

Unique name of the submitter trader.

Definition at line 84 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ updateDate

UInt32 updateDate

Last update date.

Definition at line 99 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.

◆ updateTime

UInt64 updateTime

Last update time.

Definition at line 102 of file SMP.Classes.BV_MEMBER_ACCOUNT.h.