#include <OnixS/MTS/Cash/SDP/SMP.Enumerations.h>
Public Types | |
enum | Enum { TI_FLOW_BPV = 0, TI_FLOW_CleanPrice = 1, TI_FLOW_FuturePrice = 2, TI_FLOW_Yield = 3, TI_FLOW_BenchmarkIndexFutureValue = 4 } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 1716 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 1718 of file SMP.Enumerations.h.
|
static |
Provides string presentation.