Examples of NoneFoundHistoricalTimeSeriesProvider


Examples of com.opengamma.provider.historicaltimeseries.impl.NoneFoundHistoricalTimeSeriesProvider

   *
   * @param repo  the component repository, only used to register secondary items like lifecycle, not null
   * @return the provider, not null
   */
  protected HistoricalTimeSeriesProvider initHistoricalTimeSeriesProvider(ComponentRepository repo) {
    return new NoneFoundHistoricalTimeSeriesProvider();
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.