com.activequant.archive
Interface IArchiveReader
public interface IArchiveReader
|
Method Summary |
MultiValueTimeSeriesIterator |
getMultiValueStream(String streamId,
TimeStamp startTimeStamp,
TimeStamp stopTimeStamp)
|
TSContainer |
getTimeSeries(String streamId,
String key,
TimeStamp startTimeStamp)
|
TSContainer |
getTimeSeries(String streamId,
String key,
TimeStamp startTimeStamp,
TimeStamp stopTimeStamp)
|
TimeSeriesIterator |
getTimeSeriesStream(String streamId,
String key,
TimeStamp startTimeStamp,
TimeStamp stopTimeStamp)
|
getTimeSeries
TSContainer getTimeSeries(String streamId,
String key,
TimeStamp startTimeStamp)
throws Exception
- Throws:
Exception
getTimeSeries
TSContainer getTimeSeries(String streamId,
String key,
TimeStamp startTimeStamp,
TimeStamp stopTimeStamp)
throws Exception
- Throws:
Exception
getTimeSeriesStream
TimeSeriesIterator getTimeSeriesStream(String streamId,
String key,
TimeStamp startTimeStamp,
TimeStamp stopTimeStamp)
throws Exception
- Throws:
Exception
getMultiValueStream
MultiValueTimeSeriesIterator getMultiValueStream(String streamId,
TimeStamp startTimeStamp,
TimeStamp stopTimeStamp)
throws Exception
- Throws:
Exception
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.