Uses of Class
com.caplin.motif.fx.trading.orders.bulkaction.BulkOrderAction
Packages that use 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
Fields in com.caplin.motif.fx.trading.orders.bulkaction declared as BulkOrderActionModifier and TypeFieldDescriptionstatic BulkOrderActionBulkOrderAction.ACTIVATEDeprecated.Activating orders.static BulkOrderActionBulkOrderAction.CANCELDeprecated.Cancel orders.static BulkOrderActionBulkOrderAction.DEACTIVATEDeprecated.Deactivate orders.Methods in com.caplin.motif.fx.trading.orders.bulkaction that return BulkOrderActionConstructors in com.caplin.motif.fx.trading.orders.bulkaction with parameters of type BulkOrderActionModifierConstructorDescriptionBulkOrderActionTrade(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.