|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.quote.MetastockBinaryEODImport
| Constructor Summary | |
MetastockBinaryEODImport(Report report,
EODQuoteFilter filter)
|
|
| Method Summary | |
void |
close()
Close the file being imported. |
static java.lang.String |
floatToBritishDate(float f)
|
java.util.List |
importNext()
Import the next bundle quotes from the file. |
boolean |
isNext()
Return whether there are any more quotes in the file. |
static float |
mbfByteToIeeeFloat(byte[] bytes)
|
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 MetastockBinaryEODImport(Report report,
EODQuoteFilter filter)
| Method Detail |
public boolean open(java.io.File file)
IFileEODQuoteImport
open in interface IFileEODQuoteImportfile - the file to import
TRUE if the file was successfully opened;\
FALSE otherwise.public java.util.List importNext()
IFileEODQuoteImport
importNext in interface IFileEODQuoteImportpublic boolean isNext()
IFileEODQuoteImport
isNext in interface IFileEODQuoteImportTRUE if there are more quotes to import;
FALSE otherwise.public void close()
IFileEODQuoteImport
close in interface IFileEODQuoteImportpublic static java.lang.String floatToBritishDate(float f)
public static float mbfByteToIeeeFloat(byte[] bytes)
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||