Uses of Class
com.caplin.motif.fx.trading.orders.bulkaction.BulkOrderAction
-
Packages that use BulkOrderAction Package Description com.caplin.motif.fx.trading.orders.bulkaction Classes and interfaces that relate to performing bulk order action e.g. -
-
Uses of BulkOrderAction in com.caplin.motif.fx.trading.orders.bulkaction
Fields in com.caplin.motif.fx.trading.orders.bulkaction declared as BulkOrderAction Modifier and Type Field Description static BulkOrderAction
BulkOrderAction. ACTIVATE
Deprecated.Activating orders.static BulkOrderAction
BulkOrderAction. CANCEL
Deprecated.Cancel orders.static BulkOrderAction
BulkOrderAction. DEACTIVATE
Deprecated.Deactivate orders.Methods in com.caplin.motif.fx.trading.orders.bulkaction that return BulkOrderAction Modifier and Type Method Description BulkOrderAction
BulkOrderActionTrade. getBulkOrderAction()
Deprecated.Constructors in com.caplin.motif.fx.trading.orders.bulkaction with parameters of type BulkOrderAction Constructor Description BulkOrderActionTrade(com.caplin.trading.Trade trade, ScheduledExecutorService executorService, BulkOrderAction bulkOrderAction, Set<String> orderIDs)
Deprecated.Constructs the BulkOrderActionTrade 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 perform bulk action on a set of orders.
-