Class FXOrderBlotterAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterOrderAuditBlotterListener(BlotterListener blotterListener) Provides a blotter for all executions visible to a single user, with the Sales fields.voidregisterOrderBlotterListener(BlotterListener blotterListener) Provides a blotter for all executions visible to a single user, without the Sales fields.voidregisterSalesOrderBlotterListener(BlotterListener blotterListener) Provides a blotter for all executions visible to a single user, with the Sales fields.voidregisterSalesTOBOOrderBlotterListener(BlotterListener blotterListener) Provides a blotter for all executions visible to a single user, with the Sales fields.
-
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.OrderLegAuditThe nested blotters should be provided with blotter items created from the following:
OrderAuditTypesDef.OrderLegAuditActionThese 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
ActionCodeconstants. -
registerOrderBlotterListener
Provides a blotter for all executions visible to a single user, without the Sales fields.Provide this with blotter items created from the following:
OrderBlotterTypesDef.OrderBlotterRecord -
registerSalesOrderBlotterListener
Provides a blotter for all executions visible to a single user, with the Sales fields.Provide this with blotter items created from the following:
OrderBlotterTypesDef.SalesOrderBlotterRecord -
registerSalesTOBOOrderBlotterListener
Provides a blotter for all executions visible to a single user, with the Sales fields.Provide this with blotter items for a given TOBO User, created from the following:
OrderBlotterTypesDef.SalesOrderBlotterRecord
-