Package com.caplin.motif.fx.orders
Class NewState
- java.lang.Object
-
- com.caplin.motif.fx.orders.NewState
-
public final class NewState extends Object
The State determines how the state the order should be in.
The common state types can be accessed as public constants.
-
-
Constructor Summary
Constructors Constructor Description NewState()
-
-
-
Field Detail
-
ACTIVE
public static final String ACTIVE
The "ACTIVE" state- See Also:
- Constant Field Values
-
INACTIVE
public static final String INACTIVE
The "INACTIVE" state- See Also:
- Constant Field Values
-
CANCELLED
public static final String CANCELLED
The "CANCELLED" state- See Also:
- Constant Field Values
-
DELETED
public static final String DELETED
The "DELETED" state- See Also:
- Constant Field Values
-
-