com.activequant.utils
Class ImportMarketDataInstrumentsCSV
java.lang.Object
com.activequant.utils.ImportMarketDataInstrumentsCSV
public class ImportMarketDataInstrumentsCSV
- 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.
The following fields MUST exist:
className, instrumentId, mdProvider, providerSpecificId
examples are present in the resources folder.
- Author:
- ustaudinger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportMarketDataInstrumentsCSV
public ImportMarketDataInstrumentsCSV(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.