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

Public Member Functions

 BV_ALGO_INFO ()
 ~BV_ALGO_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 shortCode1
std::string shortCode2
BV_ALGO_INFO_TYPE::Enum algo

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_ALGO_INFO()

BV_ALGO_INFO ( )
inline

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

◆ ~BV_ALGO_INFO()

~BV_ALGO_INFO ( )
inline

Definition at line 51 of file SMP.Substructures.BV_ALGO_INFO.h.

Member Function Documentation

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ serializationBufSize()

size_t serializationBufSize ( ) const
inline

Definition at line 70 of file SMP.Substructures.BV_ALGO_INFO.h.

◆ serialize()

size_t serialize ( void * buf) const

◆ toString()

std::string toString ( ) const

Provides string presentation.

Member Data Documentation

◆ algo

None, Algo, No Algo.

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

◆ shortCode1

std::string shortCode1

ShortCode1 identifies "Investment Decision", used to identify the person or algo who is responsible for the investment decision.

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

◆ shortCode2

std::string shortCode2

ShortCode2 identifies "Order Execution", used to identify the person or algo who is responsible for the order execution.

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