#include <OnixS/Senaf/MarketData/Enumerations.h>
Public Types | |
enum | Enum { Undefined = 0, Sell = 1, Buy = 2 } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 106 of file Enumerations.h.
enum Enum |
Buy / Sell.
Enumerator | |
---|---|
Undefined |
Undefined. |
Sell |
Sell. |
Buy |
Buy. |
Definition at line 109 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.