#include <SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_FLOW_BPV, TI_FLOW_CleanPrice, TI_FLOW_FuturePrice, TI_FLOW_Yield, TI_FLOW_BenchmarkIndexFutureValue } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 3500 of file SMP.Enumerations.h.
enum Enum |
Enumerator | |
---|---|
TI_FLOW_BPV |
BPV. |
TI_FLOW_CleanPrice |
CleanPrice. |
TI_FLOW_FuturePrice |
FuturePrice. |
TI_FLOW_Yield |
Yield. |
TI_FLOW_BenchmarkIndexFutureValue |
Benchmark Index Future Value. |
Definition at line 3502 of file SMP.Enumerations.h.
|
static |
Provides string presentation.