com.activequant.utils
Class ImportMarketDataCSV
java.lang.Object
com.activequant.utils.ImportMarketDataCSV
public class ImportMarketDataCSV
- extends Object
Imports recursively all ".csv" file (case sensitive) from a start folder.
Requires that the user specifies a market data provider name and a time
frame.
Date and time must be to separate columns.
Date and time have to be in the format "yyyyMMdd", respectively "HH:mm:ss.SSS".
The file must have a header and must be comma
separated. Decimal separator must be a ".". Fields must only contain double
values. Filename of csv file is used as market data instrument provider
specific name.
- Author:
- ustaudinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportMarketDataCSV
public ImportMarketDataCSV(String directory,
String mdprovider,
String springInitFile,
TimeFrame inTimeFrame)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Parameters:
args -
- Throws:
Exception
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.