#include <OnixS/Eurex/Trading/Enumerations.h>
Public Types | |
enum | Enum { NoValue = 0x00, New = '0', PartiallyFilled = '1', Filled = '2', Canceled = '4', PendingCancel = '6', Suspended = '9' } |
Definition at line 1306 of file Enumerations.h.
enum Enum |
Conveys the current status of an order.
Enumerator | |
---|---|
NoValue |
No value. |
New |
New. |
PartiallyFilled |
Partially filled. |
Filled |
Filled. |
Canceled |
Cancelled. |
PendingCancel |
Pending Cancel (i.e. result of Order Cancel Request). |
Suspended |
Suspended. |
Definition at line 1309 of file Enumerations.h.