Class CommoditiesTradeBlotterAdapter
- java.lang.Object
-
- com.caplin.motif.commodities.trading.CommoditiesTradeBlotterAdapter
-
public class CommoditiesTradeBlotterAdapter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommoditiesTradeBlotterAdapter(com.caplin.datasource.DataSource dataSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
registerCommoditiesInvoicesBlotterListener(BlotterListener blotterListener)
Provides a blotter for all commodities invoices visible to a single user.void
registerUnsettledCommoditiesTradesBlotterListener(BlotterListener blotterListener)
Provides a blotter for all commodities trades visible to a single user.
-
-
-
Method Detail
-
registerUnsettledCommoditiesTradesBlotterListener
public void registerUnsettledCommoditiesTradesBlotterListener(BlotterListener blotterListener)
Provides a blotter for all commodities trades visible to a single user.Provide this with blotter items created from the following:
BlotterTypesDef.CommoditiesTradeBlotterRecord
-
registerCommoditiesInvoicesBlotterListener
public void registerCommoditiesInvoicesBlotterListener(BlotterListener blotterListener)
Provides a blotter for all commodities invoices visible to a single user.Provide this with blotter items created from the following:
BlotterTypesDef.CommoditiesInvoiceBlotterRecord
-
-