#include <OnixS/MTS/BondVision/SDP/Classes/Substructures/SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h>
Public Member Functions | |
BV_HIST_VOICE_CONFIRMED_QUOTES () | |
~BV_HIST_VOICE_CONFIRMED_QUOTES () | |
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 | memberCode |
std::string | memberDesc |
std::string | memberShortDesc |
Double | price |
Double | yield |
TI_FLAG::Enum | yieldFg |
Double | yTW |
TI_FLAG::Enum | yTWFg |
Definition at line 42 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
|
inline |
Definition at line 52 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inline |
Definition at line 86 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
std::string memberCode |
Code of the member.
Definition at line 55 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
std::string memberDesc |
Description of the member.
Definition at line 58 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
std::string memberShortDesc |
Short description of the member.
Definition at line 61 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
Double price |
Price of the quote.
Definition at line 64 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
Double yield |
Yield.
Definition at line 67 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
TI_FLAG::Enum yieldFg |
Indicates whether the Yield is specified or not.
Definition at line 70 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
Double yTW |
YTW.
Definition at line 73 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.
TI_FLAG::Enum yTWFg |
Indicates whether the YTW is specifiedor not.
Definition at line 76 of file SMP.Substructures.BV_HIST_VOICE_CONFIRMED_QUOTES.h.