#include <Enumerations.h>
Public Types | |
enum | Enum { Undefined = ' ', SpreadLeg = 'C', Leg = 'S' } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 510 of file Enumerations.h.
enum Enum |
Known types of system priced legs.
Enumerator | |
---|---|
Undefined |
Undefined type. |
SpreadLeg |
Identifies system priced crack spread leg. |
Leg |
Identifies system priced leg. |
Definition at line 513 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.