#include <Enumerations.h>
Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static Enum | deserialize (const char *) |
| static const char * | toString (Enum) |
Definition at line 406 of file Enumerations.h.
| enum Enum |
Known market event types.
| Enumerator | ||
|---|---|---|
| Undefined | ' ' | Market event type is not defined. |
| ImplicationDisabled | 'A' | Implication Disabled for the Market. |
| TRFMarketUpdate | 'B' | TRF Market Update. |
| TPLHoldExit | 'C' | TPL Hold Exit. |
Definition at line 409 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.