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