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

Public Member Functions

 BV_MEMBER_ACCOUNT_EXCEPTION ()
virtual ~BV_MEMBER_ACCOUNT_EXCEPTION ()
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_ACCOUNT_EXCEPTIONclone () const
virtual BV_MEMBER_ACCOUNT_EXCEPTIONclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 memberId
UInt32 traderId
std::string traderName
UInt32 submitterMemberId
UInt32 submitterTraderId
std::string submitterTraderName
UInt32 buySideMemberId
UInt32 sellSideMemberId
UInt32 accountId
BV_MEMBER_ACCOUNT_EXCEPTION_EVENT::Enum event
BV_MEMBER_ACCOUNT_EXCEPTION_STATUS::Enum status
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime
std::string userData

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_MEMBER_ACCOUNT_EXCEPTION()

◆ ~BV_MEMBER_ACCOUNT_EXCEPTION()

virtual ~BV_MEMBER_ACCOUNT_EXCEPTION ( )
inlinevirtual

Definition at line 53 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_MEMBER_ACCOUNT_EXCEPTION * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_MEMBER_ACCOUNT_EXCEPTION * 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 56 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 117 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ accountId

UInt32 accountId

Unique ID of the account.

Definition at line 86 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ buySideMemberId

UInt32 buySideMemberId

Unique ID of the Buy Side member.

Definition at line 80 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ creationDate

UInt32 creationDate

Creation date.

Definition at line 95 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ creationTime

UInt64 creationTime

Creation time.

Definition at line 98 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ event

Action applied to the account exception.

Definition at line 89 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ memberId

UInt32 memberId

Unique ID of the member owner of the transaction: buy side or sell side member.

Definition at line 62 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ sellSideMemberId

UInt32 sellSideMemberId

Unique ID of the Sell Side member.

Definition at line 83 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ status

Status of the account exception. Deleted account exceptions will be removed at the end of the current trading day.

Definition at line 92 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ submitterMemberId

UInt32 submitterMemberId

Unique ID of the submitter member.

Definition at line 71 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ submitterTraderId

UInt32 submitterTraderId

Unique ID of the submitter trader.

Definition at line 74 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ submitterTraderName

std::string submitterTraderName

Name of the submitter trader.

Definition at line 77 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ traderId

UInt32 traderId

Unique ID of the trader owner of the transaction.

Definition at line 65 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ traderName

std::string traderName

Name of the trader owner of the transaction.

Definition at line 68 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ updateDate

UInt32 updateDate

Last update date.

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

◆ updateTime

UInt64 updateTime

Last update time.

Definition at line 104 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.

◆ userData

std::string userData

Free field used by the client.

Definition at line 107 of file SMP.Classes.BV_MEMBER_ACCOUNT_EXCEPTION.h.