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

Public Member Functions

 BV_SPLIT_ACCOUNT_INFO ()
 ~BV_SPLIT_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
TI_VERB::Enum verb
Double quantity
TI_ACCOUNT_INFO_STATUS::Enum status

Detailed Description

Definition at line 42 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.

Constructor & Destructor Documentation

◆ BV_SPLIT_ACCOUNT_INFO()

Definition at line 45 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.

◆ ~BV_SPLIT_ACCOUNT_INFO()

~BV_SPLIT_ACCOUNT_INFO ( )
inline

Definition at line 49 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 71 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.

◆ 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 account.

Definition at line 52 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.

◆ quantity

Double quantity

Quantity.

Definition at line 58 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.

◆ status

Allocation Status.

Definition at line 61 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.

◆ verb

Verb (Referred to the member who receives the information)

Definition at line 55 of file SMP.Substructures.BV_SPLIT_ACCOUNT_INFO.h.