Uses of Enum Class
com.caplin.motif.fx.trading.orders.activestatechange.ActiveState
Package
Description
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
Modifier and TypeMethodDescriptionstatic ActiveState
Deprecated.Returns the enum that matches the string passed inChangeActiveState.getNewState()
Deprecated.Returns an instance of ActiveState which represents the new state that the client wants the order to change to.static ActiveState
Deprecated.Returns the enum constant of this class with the specified name.static ActiveState[]
ActiveState.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionChangeActiveState
(com.caplin.trading.Trade trade, ScheduledExecutorService executorService, String parentOrderID, 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.