OnixS C++ MTS Cash SDP Handler 1.8.0
API documentation
Loading...
Searching...
No Matches
CMF_TPA_MARK_UP_THRESHOLD Class Reference

Public Member Functions

 CMF_TPA_MARK_UP_THRESHOLD ()
 ~CMF_TPA_MARK_UP_THRESHOLD ()
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

Double maxQty
Double markUpValue
CMF_TPA_MARK_UP_TYPE::Enum markUpType

Detailed Description

Constructor & Destructor Documentation

◆ CMF_TPA_MARK_UP_THRESHOLD()

◆ ~CMF_TPA_MARK_UP_THRESHOLD()

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

◆ markUpType

Type of the MarkUp (Flat Fee, Percentage)

Definition at line 59 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.

◆ markUpValue

Double markUpValue

Value of the MarkUp.

Definition at line 56 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.

◆ maxQty

Double maxQty

Maximum quantity.

Definition at line 53 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.