com.activequant.utils
Class ImportPriceSheet

java.lang.Object
  extended by com.activequant.utils.ImportPriceSheet

public class ImportPriceSheet
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

Constructor Summary
ImportPriceSheet(String filename, String mdprovider, String springInitFile, TimeFrame inTimeFrame)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportPriceSheet

public ImportPriceSheet(String filename,
                        String mdprovider,
                        String springInitFile,
                        TimeFrame inTimeFrame)
                 throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.