Package com.caplin.motif.mm.trading
Class MMTradeBlotterAdapter
java.lang.Object
com.caplin.motif.mm.trading.MMTradeBlotterAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterExecutionBlotterListener(BlotterListener blotterListener) Provides a blotter for all executions visible to a single user, without the Sales fields.voidregisterQuoteBlotterListener(BlotterListener blotterListener) Provides a blotter for all quotes, executed or otherwise, visible to a single user, without the Sales fields.voidregisterSalesActiveDealsBlotterListener(BlotterListener blotterListener) Provides a blotter for all active deals visible to the given sales user.voidregisterSalesHistoricBlotterListener(BlotterListener blotterListener) Provides a blotter for all user executions visible to the given sales user, with the MM Sales fields.voidregisterSearchBlotterListener(SearchBlotterListener blotterListener, String id) Provides a blotter for all executions visible to a single user, without the Sales fields.
-
Constructor Details
-
MMTradeBlotterAdapter
public MMTradeBlotterAdapter(com.caplin.datasource.DataSource dataSource)
-
-
Method Details
-
registerSearchBlotterListener
Provides a blotter for all executions visible to a single user, without the Sales fields.Provide this with blotter items created from the following:
BlotterTypesDef.BlotterRecord -
registerExecutionBlotterListener
Provides a blotter for all executions visible to a single user, without the Sales fields.Provide this with blotter items created from the following:
BlotterTypesDef.BlotterRecord -
registerQuoteBlotterListener
Provides a blotter for all quotes, executed or otherwise, visible to a single user, without the Sales fields.Provide this with blotter items created from the following:
BlotterTypesDef.BlotterRecord -
registerSalesActiveDealsBlotterListener
Provides a blotter for all active deals visible to the given sales user.Provide this with blotter items created from the following:
BlotterTypesDef.BlotterRecord -
registerSalesHistoricBlotterListener
Provides a blotter for all user executions visible to the given sales user, with the MM Sales fields.Provide this with blotter items created from the following:
BlotterTypesDef.BlotterRecord
-