Package com.opengamma.livedata.server

Examples of com.opengamma.livedata.server.MapLastKnownValueStoreProvider


* Test.
*/
@Test(groups = TestGroup.UNIT)
public class MarketDataDistributorTest {
  public static MarketDataDistributor getTestDistributor(MarketDataSenderFactory factory) {
    MapLastKnownValueStoreProvider lkvStoreProvider = new MapLastKnownValueStoreProvider();
    return new MarketDataDistributor(new DistributionSpecification(
        ExternalId.of("RIC", "AAPL.O"),
        StandardRules.getNoNormalization(),
        "LiveData.Bloomberg.Equity.AAPL"),
        new Subscription("", factory, lkvStoreProvider),
View Full Code Here

TOP

Related Classes of com.opengamma.livedata.server.MapLastKnownValueStoreProvider

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.