Package com.caplin.motif.fx.orders
Class NewState
java.lang.Object
com.caplin.motif.fx.orders.NewState
The State determines how the state the order should be in.
The common state types can be accessed as public constants.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ACTIVE
The "ACTIVE" state- See Also:
-
INACTIVE
The "INACTIVE" state- See Also:
-
CANCELLED
The "CANCELLED" state- See Also:
-
DELETED
The "DELETED" state- See Also:
-
CONFIRM
Goes to the "COMPLETED" state- See Also:
-
-
Constructor Details
-
NewState
public NewState()
-