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 |
Definition at line 42 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.
|
inline |
Definition at line 45 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.
|
inline |
Definition at line 49 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 68 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| CMF_TPA_MARK_UP_TYPE::Enum markUpType |
Type of the MarkUp (Flat Fee, Percentage)
Definition at line 59 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.
| Double markUpValue |
Value of the MarkUp.
Definition at line 56 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.
| Double maxQty |
Maximum quantity.
Definition at line 53 of file SMP.Substructures.CMF_TPA_MARK_UP_THRESHOLD.h.