Public Member Functions | |
| BV_VOICE_CONFIRMED_QUOTES () | |
| ~BV_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 | |
| UInt32 | memberId |
| Double | price |
| Double | yield |
| TI_FLAG::Enum | yieldFg |
| Double | yTW |
| TI_FLAG::Enum | yTWFg |
Definition at line 42 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
|
inline |
Definition at line 49 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 77 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| UInt32 memberId |
Unique Id of the provider.
Definition at line 52 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
| Double price |
Price of the quote.
Definition at line 55 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
| Double yield |
Yield.
Definition at line 58 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
| TI_FLAG::Enum yieldFg |
Indicates whether the Yield is specified or not.
Definition at line 61 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
| Double yTW |
YTW.
Definition at line 64 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.
| TI_FLAG::Enum yTWFg |
Indicates whether the YTW is specifiedor no.
Definition at line 67 of file SMP.Substructures.BV_VOICE_CONFIRMED_QUOTES.h.