Venice 0.7beta

org.mov.quote
Class FileEODQuoteExport

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

public class FileEODQuoteExport
extends java.lang.Object

Export quotes from Venice to a file.

Author:
Andrew Leppard
See Also:
ExportQuoteModule

Method Summary
static void exportFile(EODQuoteFilter filter, java.io.File file, java.util.List quotes)
          Export a single day of quotes from Venice into a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

exportFile

public static void exportFile(EODQuoteFilter filter,
                              java.io.File file,
                              java.util.List quotes)
                       throws java.io.IOException
Export a single day of quotes from Venice into a file

Parameters:
filter - format of quote file
file - quote file to export
quotes - list of quotes to export
Throws:
java.io.IOException - if there was an error writing the file

Venice 0.7beta