Package com.caplin.motif.fx.orders
Class FXOrderBlotterAdapter
java.lang.Object
com.caplin.motif.fx.orders.FXOrderBlotterAdapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerOrderAuditBlotterListener
(BlotterListener blotterListener) Provides a blotter for all executions visible to a single user, with the Sales fields.void
registerOrderBlotterListener
(BlotterListener blotterListener) void
registerSalesOrderBlotterListener
(BlotterListener blotterListener) void
registerSalesTOBOOrderBlotterListener
(BlotterListener blotterListener)
-
Constructor Details
-
FXOrderBlotterAdapter
public FXOrderBlotterAdapter(com.caplin.datasource.DataSource dataSource)
-
-
Method Details
-
registerOrderAuditBlotterListener
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
-
registerSalesOrderBlotterListener
-
registerSalesTOBOOrderBlotterListener
-