Class MMRatesAdapter

java.lang.Object
com.caplin.motif.datasource.CachedAdapter
com.caplin.motif.mm.rates.MMRatesAdapter

public class MMRatesAdapter extends CachedAdapter

An MMRatesAdapter services rate streaming for ESP rates. The adapter also supports streaming prices for broken dates.

Typically, an MMRatesAdapter will be setup as follows:

 MMRatesAdapter adapter = new MMRatesAdapter(dataSource);
 
  • Constructor Details

    • MMRatesAdapter

      public MMRatesAdapter(com.caplin.datasource.DataSource dataSource)
      Constructs an MMRatesAdapter that will utilise the specified DataSource and its configuration for communication with the motif.
      Parameters:
      dataSource - The DataSource that will be used to receive requests for ESP rates. As well as requests for prices on Broken Dates.
  • Method Details