Enum representing the status of an order.
Enumeration Members
Enumeration Member | Value | Description |
---|---|---|
ACTIVE | "Active" | Indicates that the order is active. |
CANCELLED | "Cancelled" | Indicates that the order has been cancelled. |
MATCHED | "Matched" | Indicates that the order has been matched. |
SOFT_CANCELLED | "SoftCancelled" | Indicates that the order has been soft-cancelled. |