#include <Enumerations.h>
Public Types | |
| enum | Enum |
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 | '0' | ICE. |
| Endex | '1' | Endex. |
| LIFFE | '2' | Liffe. |
Definition at line 841 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.