com.activequant.utils
Class ImportInstrumentsCSV

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

public class ImportInstrumentsCSV
extends Object

Imports one CSV file that contains instrument reference data, one instrument per row, with multiple columns. The file must have a header and must be comma separated. Each instrument must have at least: - CLASSNAME (this corresponds to the type) - SHORTNAME - NAME - DESCRIPTION - plus some class specific parameters, such as tick value, tick size.

Author:
ustaudinger

Constructor Summary
ImportInstrumentsCSV(String fileName, String springInitFile)
           
 
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

ImportInstrumentsCSV

public ImportInstrumentsCSV(String fileName,
                            String springInitFile)
                     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.