Package com.opengamma.master.historicaltimeseries.impl

Examples of com.opengamma.master.historicaltimeseries.impl.UnsupportedHistoricalTimeSeriesLoader


   *
   * @param repo  the component repository, only used to register secondary items like lifecycle, not null
   * @return the loader, not null
   */
  protected HistoricalTimeSeriesLoader createHistoricalTimeSeriesLoader(ComponentRepository repo) {
    return new UnsupportedHistoricalTimeSeriesLoader();
  }
View Full Code Here

TOP

Related Classes of com.opengamma.master.historicaltimeseries.impl.UnsupportedHistoricalTimeSeriesLoader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.