#include <Enumerations.h>
Public Types | |
enum | Enum { Undefined = ' ', ICE = '0', Endex = '1', LIFFE = '2' } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 838 of file Enumerations.h.
enum Enum |
Exchange silo code for the market.
Enumerator | |
---|---|
Undefined |
Undefined. |
ICE |
ICE. |
Endex |
Endex. |
LIFFE |
Liffe. |
Definition at line 841 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.