#include <Enumerations.h>
Definition at line 377 of file Enumerations.h.
◆ Enum
Known trading statuses.
| Enumerator |
|---|
| Undefined | ' ' | Trading status is not defined.
|
| Open | 'O' | Trading is open.
|
| Close | 'C' | Trading is closed.
|
| Expired | 'E' | Trading is expired (only used for product/market definition messages).
|
| PreOpen | '1' | Trading is about to be opened.
|
| PreClose | '2' | Trading is about to be closed.
|
| Suspended | 'S' | Trading is suspended.
|
Definition at line 380 of file Enumerations.h.
◆ deserialize()
| Enum deserialize |
( |
const char * | | ) |
|
|
static |
Deserializes constant from string representation.
◆ toString()
| const char * toString |
( |
Enum | | ) |
|
|
static |
Returns string representation.