Uses of Class
com.activequant.domainmodel.TimeFrame

Packages that use TimeFrame
com.activequant.archive   
com.activequant.archive.hbase   
com.activequant.domainmodel   
com.activequant.servicelayer.matlab   
com.activequant.utils   
 

Uses of TimeFrame in com.activequant.archive
 

Methods in com.activequant.archive with parameters of type TimeFrame
 IArchiveReader IArchiveFactory.getReader(TimeFrame tf)
           
 IArchiveWriter IArchiveFactory.getWriter(TimeFrame tf)
           
 

Uses of TimeFrame in com.activequant.archive.hbase
 

Methods in com.activequant.archive.hbase with parameters of type TimeFrame
 IArchiveReader HBaseArchiveFactory.getReader(TimeFrame tf)
           
 IArchiveWriter HBaseArchiveFactory.getWriter(TimeFrame tf)
           
 

Uses of TimeFrame in com.activequant.domainmodel
 

Methods in com.activequant.domainmodel that return TimeFrame
static TimeFrame TimeFrame.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeFrame[] TimeFrame.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of TimeFrame in com.activequant.servicelayer.matlab
 

Methods in com.activequant.servicelayer.matlab with parameters of type TimeFrame
 TimeSeriesContainer MatlabServiceFacade.fetchTSData(TimeFrame tf, MarketDataInstrument[] marketInstruments, String[] fieldNames, double startDate8Time6, double endDate8Time6, Map<Parameter,Object> paramMap)
           
 TimeSeriesContainer MatlabServiceFacade.fetchTSData(TimeFrame tf, String[] marketInstrumentIds, String[] fieldNames, double startDate8Time6, double endDate8Time6, Map<Parameter,Object> paramMap)
           
 TimeSeriesContainer MatlabServiceFacade.fetchTSData(TimeFrame tf, String[] marketInstrumentIds, String[] fieldNames, double startDate8Time6, Map<Parameter,Object> paramMap)
           
 TimeSeriesContainer MatlabServiceFacade.fetchTSData(TimeFrame tf, String marketInstrumentId, String fieldName, double startDate8Time6, double endDate8Time6, Map<Parameter,Object> paramMap)
           
 TimeSeriesContainer MatlabServiceFacade.fetchTSData(TimeFrame tf, String marketInstrumentId, String fieldName, double startDate8Time6, Map<Parameter,Object> paramMap)
          Fetches data from start time to now().
 

Uses of TimeFrame in com.activequant.utils
 

Constructors in com.activequant.utils with parameters of type TimeFrame
ExportMarketDataCSV(String mdprovider, String springInitFile, TimeFrame inTimeFrame, String mdiId, String startDate, String stopDate, String[] fields)
           
ImportBBTickDump(String directory, String mdprovider, String springInitFile, TimeFrame inTimeFrame)
           
ImportL1DataCSV(String directory, String mdprovider, String springInitFile, TimeFrame inTimeFrame)
           
ImportMarketDataCSV(String directory, String mdprovider, String springInitFile, TimeFrame inTimeFrame)
           
ImportPriceSheet(String filename, String mdprovider, String springInitFile, TimeFrame inTimeFrame)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.