Uses of Class
com.caplin.motif.fx.trading.orders.bulkaction.BulkOrderAction
Package
Description
Classes and interfaces that relate to performing bulk order action e.g.
-
Uses of BulkOrderAction in com.caplin.motif.fx.trading.orders.bulkaction
Modifier and TypeFieldDescriptionstatic BulkOrderAction
BulkOrderAction.ACTIVATE
Deprecated.Activating orders.static BulkOrderAction
BulkOrderAction.CANCEL
Deprecated.Cancel orders.static BulkOrderAction
BulkOrderAction.DEACTIVATE
Deprecated.Deactivate orders.ModifierConstructorDescriptionBulkOrderActionTrade
(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.