com.activequant.utils
Class PrintSecurityChain

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

public class PrintSecurityChain
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
PrintSecurityChain(String chainName)
           
 
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

PrintSecurityChain

public PrintSecurityChain(String chainName)
                   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.