|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDQuoteFilter
Provides an interface for converting to/from a text string containing a single intra-day quote from/to the internal stock quote object.
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name of the filter. |
IDQuote |
toIDQuote(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(IDQuote quote)
Convert the given stock quote to a string line. |
Method Detail |
---|
java.lang.String getName()
IDQuote toIDQuote(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(IDQuote quote)
quote
- a stock quote
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |