Public Member Functions | |
| BV_BENCHMARK_BOND () | |
| virtual | ~BV_BENCHMARK_BOND () |
| virtual ClassId::Enum | id () const |
| size_t | deserialize (const void *buf, size_t inLen) |
| virtual std::string | toString () const |
| virtual size_t | serializationBufSize () const |
| virtual BV_BENCHMARK_BOND * | clone () const |
| virtual BV_BENCHMARK_BOND * | clone (void *) const |
| Public Member Functions inherited from Class | |
| virtual | ~Class () |
| size_t | getMaxMessageSize () const |
Public Attributes | |
| UInt32 | instrumentId |
| std::string | instrumentCode |
| std::string | instrumentDesc |
| UInt32 | benchmarkId |
| std::string | benchmarkCode |
| std::string | benchmarkDesc |
Definition at line 43 of file SMP.Classes.BV_BENCHMARK_BOND.h.
|
inline |
Definition at line 46 of file SMP.Classes.BV_BENCHMARK_BOND.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.BV_BENCHMARK_BOND.h.
|
virtual |
Implements Class.
|
virtual |
Implements Class.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 88 of file SMP.Classes.BV_BENCHMARK_BOND.h.
|
virtual |
Provides string presentation.
Implements Class.
| std::string benchmarkCode |
ISIN Code of the benchmark.
Definition at line 75 of file SMP.Classes.BV_BENCHMARK_BOND.h.
| std::string benchmarkDesc |
Benchmark description.
Definition at line 78 of file SMP.Classes.BV_BENCHMARK_BOND.h.
| UInt32 benchmarkId |
Unique ID of the benchmark.
Definition at line 72 of file SMP.Classes.BV_BENCHMARK_BOND.h.
| std::string instrumentCode |
ISIN Code of the tradable instrument.
Definition at line 66 of file SMP.Classes.BV_BENCHMARK_BOND.h.
| std::string instrumentDesc |
Instrument description.
Definition at line 69 of file SMP.Classes.BV_BENCHMARK_BOND.h.
| UInt32 instrumentId |
Unique ID of the tradable instrument.
Definition at line 63 of file SMP.Classes.BV_BENCHMARK_BOND.h.