Venice 0.7beta

org.mov.quote
Class YahooIDQuoteImport

java.lang.Object
  extended by org.mov.quote.YahooIDQuoteImport

public class YahooIDQuoteImport
extends java.lang.Object

Import intra-day quotes from Yahoo into Venice.

Author:
Andrew Leppard

Method Summary
static java.util.List importSymbols(java.util.List symbols)
          Retrieve intra-day quotes from Yahoo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

importSymbols

public static java.util.List importSymbols(java.util.List symbols)
                                    throws ImportExportException
Retrieve intra-day quotes from Yahoo.

Parameters:
symbols - the symbols to import.
Throws:
ImportExportException - if there was an error retrieving the quotes

Venice 0.7beta