Package com.opengamma.financial.livedata.rest

Examples of com.opengamma.financial.livedata.rest.DataLiveDataInjectorResource


    return responseOkFudge(_viewProcess.getState());
  }
 
  @Path(PATH_LIVE_DATA_OVERRIDE_INJECTOR)
  public DataLiveDataInjectorResource getLiveDataOverrideInjector() {
    return new DataLiveDataInjectorResource(_viewProcess.getLiveDataOverrideInjector());
  }
View Full Code Here


  }
 
  @Path(PATH_LIVE_DATA_OVERRIDE_INJECTOR)
  public DataLiveDataInjectorResource getLiveDataOverrideInjector() {
    updateLastAccessed();
    return new DataLiveDataInjectorResource(getViewClient().getLiveDataOverrideInjector());
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.livedata.rest.DataLiveDataInjectorResource

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.