Public Types | |
enum | Enum |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 102 of file Enumerations.h.
enum Enum |
Depth of order book constants.
Enumerator | ||
---|---|---|
FOD | 0 | Full Order Depth. |
TOP5PL | 1 | Top 5 Price Level. |
TOP10PL | 2 | Top 10 Price Level. |
TOB | 3 | Top Of Book (Options Only). |
Definition at line 105 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.