Package | Description |
---|---|
com.caplin.motif.fx.trading.orders.bulkaction |
Classes and interfaces that relate to performing bulk order action e.g.
|
Modifier and Type | Field and Description |
---|---|
static BulkOrderAction |
BulkOrderAction.ACTIVATE
Activating orders.
|
static BulkOrderAction |
BulkOrderAction.CANCEL
Cancel orders.
|
static BulkOrderAction |
BulkOrderAction.DEACTIVATE
Deactivate orders.
|
Modifier and Type | Method and Description |
---|---|
BulkOrderAction |
BulkOrderActionTrade.getBulkOrderAction() |
Constructor and Description |
---|
BulkOrderActionTrade(com.caplin.trading.Trade trade,
BulkOrderAction bulkOrderAction,
Set<String> orderIDs)
Constructs the BulkOrderActionTrade with a trade object from the underlying
trading datasource that contains the fields and the state model representing the
clients request to perform bulk action on a set of orders.
|
Copyright © 2015 Caplin Systems.