Package com.opengamma.engine.marketdata

Examples of com.opengamma.engine.marketdata.MarketDataProviderWithOverride


  public MarketDataProvider resolve(UserPrincipal user, MarketDataSpecification marketDataSpec) {
    MarketDataProvider provider = _underlying.resolve(user, marketDataSpec);
    if (provider == null) {
      return null;
    }
    return new MarketDataProviderWithOverride(provider, _overrideInjector);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.engine.marketdata.MarketDataProviderWithOverride

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.