#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0xFF, Accepted = 0, Rejected = 5, RemovedAndRejected = 6, Pending = 10 } |
Definition at line 1901 of file Enumerations.h.
enum Enum |
Identifies the status of an individual quote.
Enumerator | |
---|---|
NoValue |
No value. |
Accepted |
Accepted with warning. |
Rejected |
Rejected. |
RemovedAndRejected |
Removed from Market. |
Pending |
Pending. |
Definition at line 1904 of file Enumerations.h.