#include <Enumerations.h>
Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static Enum | deserialize (const char *) |
| static const char * | toString (Enum) |
Definition at line 56 of file Enumerations.h.
| enum Enum |
Aggressor side constants.
| Enumerator | ||
|---|---|---|
| NoAggressor | ' ' | No aggressor. |
| Buy | '1' | Buy side. |
| Sell | '2' | Sell side. |
Definition at line 59 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.