#include <OnixS/Eurex/MarketData/InstrumentSnapshot.h>
Public Types | |
enum | Enum { Undefined = -1, NoValue = 0, Day = 1, Week = 2, Month = 3, Flexible = 4, EndOfMonth = 5 } |
Static Public Member Functions | |
static std::string | toString (Enum value) |
Definition at line 459 of file InstrumentSnapshot.h.
enum Enum |
Enumerator | |
---|---|
Undefined |
Used to identify absence of value. |
NoValue | |
Day | |
Week | |
Month | |
Flexible | |
EndOfMonth |
Definition at line 461 of file InstrumentSnapshot.h.
|
static |