com.activequant.utils
Class ImportInstrumentsCSV
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportInstrumentsCSV
public ImportInstrumentsCSV(String fileName,
String springInitFile)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Parameters:
args -
- Throws:
Exception
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.