Package com.caplin.motif.mm.trading
Class MMTradeBlotterAdapter
java.lang.Object
com.caplin.motif.mm.trading.MMTradeBlotterAdapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerExecutionBlotterListener
(BlotterListener blotterListener) Provides a blotter for all executions visible to a single user, without the Sales fields.void
registerQuoteBlotterListener
(BlotterListener blotterListener) Provides a blotter for all quotes, executed or otherwise, visible to a single user, without the Sales fields.void
registerSalesActiveDealsBlotterListener
(BlotterListener blotterListener) Provides a blotter for all active deals visible to the given sales user.void
registerSalesHistoricBlotterListener
(BlotterListener blotterListener) Provides a blotter for all user executions visible to the given sales user, with the MM Sales fields.void
registerSearchBlotterListener
(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
-