Definition at line 1326 of file Enumerations.h.
◆ Enum
Conveys the current status of an order.
Enumerator |
---|
NoValue | 0x00 | No value.
|
New | '0' | New.
|
PartiallyFilled | '1' | Partially filled.
|
Filled | '2' | Filled.
|
Canceled | '4' | Cancelled.
|
PendingCancel | '6' | Pending Cancel (i.e. result of Order Cancel Request).
|
Suspended | '9' | Suspended.
|
Definition at line 1329 of file Enumerations.h.