Package com.opengamma.integration.copier.portfolio.reader

Examples of com.opengamma.integration.copier.portfolio.reader.ZippedPortfolioReader


          throw new OpenGammaRuntimeException("Cannot find file: " + filename, e);
        }

      case ZIP:
        // Create zipped multi-asset class loader
        return ImmutableList.of(new ZippedPortfolioReader(filename, ignoreVersion));

      default:
        throw new OpenGammaRuntimeException("Input filename should end in .CSV, .XLS, .XML or .ZIP");
    }
  }
View Full Code Here

TOP

Related Classes of com.opengamma.integration.copier.portfolio.reader.ZippedPortfolioReader

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.