Package com.opengamma.integration.copier.timeseries

Examples of com.opengamma.integration.copier.timeseries.TimeSeriesLoader


  @Override
  protected void doRun() {
    String fileName = getCommandLine().getOptionValue(FILE_NAME_OPT);
    SheetFormat sheetFormat = SheetFormat.of(fileName);
    try {
      new TimeSeriesLoader(getToolContext().getHistoricalTimeSeriesMaster()).run(
          sheetFormat,
          new BufferedInputStream(new FileInputStream(fileName)),
          getCommandLine().getOptionValue(TIME_SERIES_DATASOURCE_OPT),
          getCommandLine().getOptionValue(TIME_SERIES_DATAPROVIDER_OPT),
          getCommandLine().getOptionValue(TIME_SERIES_DATAFIELD_OPT),
View Full Code Here

TOP

Related Classes of com.opengamma.integration.copier.timeseries.TimeSeriesLoader

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.