#include <OnixS/MTS/Cash/SDP/Classes/Substructures/SMP.Substructures.CMF_QUICK_QUOTING_DATA.h>
Public Member Functions | |
CMF_QUICK_QUOTING_DATA () | |
~CMF_QUICK_QUOTING_DATA () | |
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 | totalQty |
Double | visibleEBMQty |
Double | visibleDomQty |
Definition at line 42 of file SMP.Substructures.CMF_QUICK_QUOTING_DATA.h.
|
inline |
Definition at line 45 of file SMP.Substructures.CMF_QUICK_QUOTING_DATA.h.
|
inline |
Definition at line 49 of file SMP.Substructures.CMF_QUICK_QUOTING_DATA.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 68 of file SMP.Substructures.CMF_QUICK_QUOTING_DATA.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
Double totalQty |
Total quantity of the quote.
Definition at line 53 of file SMP.Substructures.CMF_QUICK_QUOTING_DATA.h.
Double visibleDomQty |
Quantity of the quote made visible to the domestic market.
Definition at line 59 of file SMP.Substructures.CMF_QUICK_QUOTING_DATA.h.
Double visibleEBMQty |
Quantity of the quote made visible to the Benchmark market.
Definition at line 56 of file SMP.Substructures.CMF_QUICK_QUOTING_DATA.h.