com.activequant.utils
Class ImportMarketDataInstrumentsCSV

java.lang.Object
  extended by 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

Constructor Summary
ImportMarketDataInstrumentsCSV(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

ImportMarketDataInstrumentsCSV

public ImportMarketDataInstrumentsCSV(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.