OrderStatus
Strategies can receive order status events via the onOrderStatus
method.
Members
Name | Value | Description |
---|---|---|
PreSubmitted | 0 | Indicates that the order has been received by the system and that this order has yet to be checked. Initial status of all orders |
Submitted | 1 | Indicates that the order has been accepted at the order destination and is working. |
Rejected | 2 | Indicates that the order has been rejected for some reason. |
Cancelled | 3 | Indicates that the balance of the order has been confirmed canceled by the system. |
PartiallyFilled | 4 | Indicates that the order has been partially filled and is still working. |
Filled | 5 | Indicates that the order has been completely filled. |