|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.quote.FileEODQuoteImport
Import quotes from files into Venice or export them to files.
ImportQuoteModule,
YahooEODQuoteImport| Constructor Summary | |
FileEODQuoteImport(Report report,
EODQuoteFilter filter)
Create a new object to import quotes. |
|
| Method Summary | |
void |
close()
Close the file being imported. |
java.util.List |
importNext()
Import the next bundle quotes from the file. |
boolean |
isNext()
Return whether there are any more quotes in the file. |
boolean |
open(java.io.File file)
Open the given file to import. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileEODQuoteImport(Report report,
EODQuoteFilter filter)
report - the reportfilter - the quote filter| Method Detail |
public boolean open(java.io.File file)
open in interface IFileEODQuoteImportfile - the file to import
TRUE if the file was successfully opened;\
FALSE otherwise.public java.util.List importNext()
importNext in interface IFileEODQuoteImportpublic boolean isNext()
isNext in interface IFileEODQuoteImportTRUE if there are more quotes to import;
FALSE otherwise.public void close()
close in interface IFileEODQuoteImport
|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||