|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EODQuoteFilter
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 |
---|
java.lang.String getName()
EODQuote toEODQuote(java.lang.String quoteLine) throws QuoteFormatException
quoteLine
- a single line of text containing a quote.
QuoteFormatException
- if the quote could not be parsedjava.lang.String toString(EODQuote quote)
quote
- a stock quote
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |