#include <Enumerations.h>
Public Types | |
enum | Enum { NoAggressor = ' ', Buy = '1', Sell = '2' } |
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 |
Buy side. |
Sell |
Sell side. |
Definition at line 59 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.