Interface RatesServiceProvider


public interface RatesServiceProvider
An interface that is used to create RatesService objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.caplin.ret.trapi.rates.RatesService
    getRatesService(org.apache.commons.configuration2.PropertiesConfiguration propertiesConfiguration, com.caplin.ret.trapi.rates.RatesService defaultRatesService)
    Returns a new RatesService
  • Method Details

    • getRatesService

      com.caplin.ret.trapi.rates.RatesService getRatesService(org.apache.commons.configuration2.PropertiesConfiguration propertiesConfiguration, com.caplin.ret.trapi.rates.RatesService defaultRatesService)

      Returns a new RatesService

      You should use this method to return a new RatesService object.