Package com.caplin.motif.mm.trading
Class MMTradeBlotterAdapter
- java.lang.Object
-
- com.caplin.motif.datasource.BlotterAdapter
-
- com.caplin.motif.mm.trading.MMTradeBlotterAdapter
-
public class MMTradeBlotterAdapter extends BlotterAdapter
-
-
Constructor Summary
Constructors Constructor Description MMTradeBlotterAdapter(com.caplin.datasource.DataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
registerSearchBlotterListener(SearchBlotterListener blotterListener, java.lang.String id)
Provides a blotter for all executions visible to a single user, without the Sales fields.-
Methods inherited from class com.caplin.motif.datasource.BlotterAdapter
createBlotter, createBlotter, createNestedBlotter, createSearchBlotter
-
-
-
-
Method Detail
-
registerSearchBlotterListener
public void registerSearchBlotterListener(SearchBlotterListener blotterListener, java.lang.String id)
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
public void registerExecutionBlotterListener(BlotterListener blotterListener)
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
public void registerQuoteBlotterListener(BlotterListener blotterListener)
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
-
-