|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides an interface for converting to/from a text string containing a single end-of-day quote from/to the internal stock quote object.
| Method Summary | |
java.lang.String |
getName()
Return the name of the filter. |
EODQuote |
toEODQuote(java.lang.String quoteLine)
Parse the given text string and returns the stock quote or null if it did not contain a valid quote. |
java.lang.String |
toString(EODQuote quote)
Convert the given stock quote to a string line. |
| Method Detail |
public java.lang.String getName()
public EODQuote toEODQuote(java.lang.String quoteLine)
throws QuoteFormatException
quoteLine - a single line of text containing a quote.
QuoteFormatException - if the quote could not be parsedpublic java.lang.String toString(EODQuote quote)
quote - a stock quote
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||