#include <Enumerations.h>
Public Types | |
enum | Enum { Undefined = ' ', ImplicationDisabled = 'A' } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 403 of file Enumerations.h.
enum Enum |
Known market event types.
Enumerator | |
---|---|
Undefined |
Market event type is not defined. |
ImplicationDisabled |
Implication Disabled for the Market. |
Definition at line 406 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.