#include <OnixS/Senaf/MarketData/Enumerations.h>
Public Types | |
enum | Enum { Undefined = 0, Cash = 1, Term = 2 } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 273 of file Enumerations.h.
enum Enum |
Cash / Term.
Enumerator | |
---|---|
Undefined |
Undefined. |
Cash |
Cash. |
Term |
Term. |
Definition at line 276 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.