Public Member Functions | |
BV_PORTFOLIO_RFCQ_TRADING_LEG () | |
~BV_PORTFOLIO_RFCQ_TRADING_LEG () | |
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 | price |
Double | yield |
Double | countervalue |
Double | quantity |
Double | proceeds |
Definition at line 42 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
|
inline |
Definition at line 45 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
|
inline |
Definition at line 49 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen ) |
|
inline |
Definition at line 74 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
size_t serialize | ( | void * | buf | ) | const |
std::string toString | ( | ) | const |
Provides string presentation.
Double countervalue |
Countervalue.
Definition at line 58 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
Double price |
Price.
Definition at line 52 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
Double proceeds |
Proceeds.
Definition at line 64 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
Double quantity |
Quantity.
Definition at line 61 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.
Double yield |
Yield.
Definition at line 55 of file SMP.Substructures.BV_PORTFOLIO_RFCQ_TRADING_LEG.h.