#include <Enumerations.h>
Public Types | |
enum | Enum { Undefined = ' ', BiddingTooHigh = 'Y', AskingTooLow = 'N' } |
Static Public Member Functions | |
static Enum | deserialize (const char *) |
static const char * | toString (Enum) |
Definition at line 496 of file Enumerations.h.
enum Enum |
Known IPL bound violation types.
Enumerator | |
---|---|
Undefined |
N/A when end of hold. |
BiddingTooHigh |
IPL Upper bound violation (Bidding too high). |
AskingTooLow |
IPL Lower bound violation (Asking too low). |
Definition at line 499 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.