Examples of HistoricalTimeSeriesInfoDocument


Examples of com.opengamma.master.historicaltimeseries.HistoricalTimeSeriesInfoDocument

  }

  @POST
  @Path("infos")
  public Response add(@Context UriInfo uriInfo, HistoricalTimeSeriesInfoDocument request) {
    HistoricalTimeSeriesInfoDocument result = getHistoricalTimeSeriesMaster().add(request);
    URI createdUri = (new DataHistoricalTimeSeriesResource()).uriVersion(uriInfo.getBaseUri(), result.getUniqueId());
    return responseCreatedFudge(createdUri, result);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.