#include <OnixS/Senaf/MarketData/Enumerations.h>
Public Types | |
enum | Enum { NoRestriction = 0x00, SUB10 = 0x01, NO_LT = 0x02, SUB10_NO_LT = 0x03, NO_ST = 0x04, SUB10_NO_ST = 0x05, NO_LT_NO_ST = 0x06, SUB10_NO_LT_NO_ST = 0x07 } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 296 of file Enumerations.h.
enum Enum |
Delivery restrictions.
Definition at line 299 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.