#include <Enumerations.h>
Public Types | |
enum | Enum { Undefined = ' ', Monthly = 'M', Daily = 'D' } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 213 of file Enumerations.h.
enum Enum |
Option expiration type constants.
Enumerator | |
---|---|
Undefined |
Undefined. |
Monthly |
Monthly. |
Daily |
Daily. |
Definition at line 216 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.