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

Public Member Functions

 BV_HIST_SPLIT_ACCOUNT_INFO ()
 ~BV_HIST_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

std::string accountCode
std::string accountInfo
TI_VERB::Enum verb
Double quantity
TI_ACCOUNT_INFO_STATUS::Enum status

Detailed Description

Constructor & Destructor Documentation

◆ BV_HIST_SPLIT_ACCOUNT_INFO()

◆ ~BV_HIST_SPLIT_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

◆ accountCode

std::string accountCode

Account information.

Definition at line 54 of file SMP.Substructures.BV_HIST_SPLIT_ACCOUNT_INFO.h.

◆ accountInfo

std::string accountInfo

Additional account information.

Definition at line 57 of file SMP.Substructures.BV_HIST_SPLIT_ACCOUNT_INFO.h.

◆ quantity

Double quantity

Quantity.

Definition at line 63 of file SMP.Substructures.BV_HIST_SPLIT_ACCOUNT_INFO.h.

◆ status

Allocation Status.

Definition at line 66 of file SMP.Substructures.BV_HIST_SPLIT_ACCOUNT_INFO.h.

◆ verb

Verb (Referred to the member who receives the information)

Definition at line 60 of file SMP.Substructures.BV_HIST_SPLIT_ACCOUNT_INFO.h.