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
registerHistoricBlotterListener(BlotterListener blotterListener)
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
-
registerHistoricBlotterListener
public void registerHistoricBlotterListener(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
-
-