#include <Enumerations.h>
Public Types | |
| enum | Enum |
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 | 'Y' | IPL Upper bound violation (Bidding too high). |
| AskingTooLow | 'N' | 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.