#include <Enumerations.h>
| Public Types | |
| enum | Enum | 
| Static Public Member Functions | |
| static Enum | deserialize (const char *) | 
| static const char * | toString (Enum) | 
Definition at line 473 of file Enumerations.h.
| enum Enum | 
Known event codes.
| Enumerator | ||
|---|---|---|
| Undefined | ' ' | Undefined. | 
| NormalTrade | '0' | Normal trade. | 
| CancelledTrade | '1' | Cancelled trade. | 
| AdjustedTrade | '2' | Adjusted trade. | 
Definition at line 476 of file Enumerations.h.
| 
 | static | 
Deserializes constant from string representation.
| 
 | static | 
Returns string representation.