#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_VALUE.h>
Public Member Functions | |
BV_VALUE () | |
~BV_VALUE () | |
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 | value |
TI_FLAG::Enum | valueFg |
Definition at line 42 of file SMP.Substructures.BV_VALUE.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_VALUE.h.
|
inline |
Definition at line 49 of file SMP.Substructures.BV_VALUE.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 65 of file SMP.Substructures.BV_VALUE.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
Double value |
Value of the quotation.
Definition at line 52 of file SMP.Substructures.BV_VALUE.h.
TI_FLAG::Enum valueFg |
Flag indicating if the quotation is valid.
Definition at line 55 of file SMP.Substructures.BV_VALUE.h.