Package com.caplin.motif.fx.orders
Class FXOrderBlotterAdapter
- java.lang.Object
-
- com.caplin.motif.datasource.BlotterAdapter
-
- com.caplin.motif.fx.orders.FXOrderBlotterAdapter
-
public class FXOrderBlotterAdapter extends BlotterAdapter
-
-
Constructor Summary
Constructors Constructor Description FXOrderBlotterAdapter(com.caplin.datasource.DataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerOrderAuditBlotterListener(BlotterListener blotterListener)
Provides a blotter for all executions visible to a single user, with the Sales fields.void
registerOrderBlotterListener(BlotterListener blotterListener)
BETA - May change significantly.void
registerSalesOrderBlotterListener(BlotterListener blotterListener)
BETA - May change significantly.void
registerSalesTOBOOrderBlotterListener(BlotterListener blotterListener)
BETA - May change significantly.-
Methods inherited from class com.caplin.motif.datasource.BlotterAdapter
createBlotter, createBlotter, createNestedBlotter, createSearchBlotter
-
-
-
-
Method Detail
-
registerOrderAuditBlotterListener
public void registerOrderAuditBlotterListener(BlotterListener blotterListener)
Provides a blotter for all executions visible to a single user, with the Sales fields.Provide this with blotter items created from the following:
OrderAuditTypesDef.OrderLegAudit
The nested blotters should be provided with blotter items created from the following:
OrderAuditTypesDef.OrderLegAuditAction
These objects can be submitted on the listener via
BlotterItemFactory.createBlotterItem(String, Message)
For audit actions supported in the product out of the box, see the
ActionCode
constants.
-
registerOrderBlotterListener
@Beta public void registerOrderBlotterListener(BlotterListener blotterListener)
BETA - May change significantly.
-
registerSalesOrderBlotterListener
@Beta public void registerSalesOrderBlotterListener(BlotterListener blotterListener)
BETA - May change significantly.
-
registerSalesTOBOOrderBlotterListener
@Beta public void registerSalesTOBOOrderBlotterListener(BlotterListener blotterListener)
BETA - May change significantly.
-
-