Uses of Class
com.caplin.motif.fx.trading.orders.activestatechange.ActiveState
-
Packages that use ActiveState Package Description com.caplin.motif.fx.trading.orders.activestatechange Classes and interfaces that relate to activating or deactivating a previously submitted order or strategy. -
-
Uses of ActiveState in com.caplin.motif.fx.trading.orders.activestatechange
Methods in com.caplin.motif.fx.trading.orders.activestatechange that return ActiveState Modifier and Type Method Description static ActiveState
ActiveState. forName(java.lang.String stateName)
Deprecated.Returns the enum that matches the string passed inActiveState
ChangeActiveState. getNewState()
Deprecated.Returns an instance of ActiveState which represents the new state that the client wants the order to change to.static ActiveState
ActiveState. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static ActiveState[]
ActiveState. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.caplin.motif.fx.trading.orders.activestatechange with parameters of type ActiveState Constructor Description ChangeActiveState(com.caplin.trading.Trade trade, java.util.concurrent.ScheduledExecutorService executorService, java.lang.String parentOrderID, java.lang.String orderID, ActiveState newState)
Deprecated.Constructs the ChangeActiveState with a trade object from the underlying trading com.caplin.motif.datasource that contains the fields and the state model representing the clients request to change the state of an already existing order.
-