Uses of Class
finance.eod.EODQuote

Packages that use EODQuote
finance.eod   
 

Uses of EODQuote in finance.eod
 

Methods in finance.eod that return EODQuote
static EODQuote YahooEODQuotes.getEodQuote(java.lang.String symbol, java.lang.String date)
           
 EODQuote EODQuotes.getHighestClosingPriceQuote()
          Search the list of quotes and return the EODQuote with the highest closing price.
 EODQuote EODQuotes.getHighestPriceQuote()
           
 EODQuote EODQuotes.getLowestClosingPriceQuote()
          Search the list of quotes and return the EODQuote with the lowest closing price.
 EODQuote EODQuotes.getLowestPriceQuote()
           
static EODQuote EODQuotes.getNextDayQuote(java.lang.String symbol, java.util.Date startDate)
          Return the quote for the next valid trading day.
 EODQuote EODQuotes.getQuote(java.util.Date date)
           
 EODQuote EODQuotes.getQuote(int i)
           
 EODQuote[] EODQuotes.getRecords()
           
 EODQuote[] EODQuotes.getRecords(java.util.Date start, java.util.Date end)
          Get the records between start and end, exclusive
 

Methods in finance.eod with parameters of type EODQuote
 boolean MinThreshold.accept(EODQuote q)
           
 boolean EODQuoteFilter.accept(EODQuote q)
           
 boolean EODQuoteDateFilter.accept(EODQuote q)
           
 boolean MaxThreshold.accept(EODQuote q)
           
 boolean LowerBollinger.accept(EODQuote q, int period)
           
 boolean UpperBollinger.accept(EODQuote q, int period)
           
 boolean EODParmetricQuoteFilter.accept(EODQuote q, int parameter)
           
 void EODQuotes.add(EODQuote vr)
           
 

Constructors in finance.eod with parameters of type EODQuote
BuyDoubleBottom(EODQuote q1, EODQuote q2, EODQuote q3)
           
EODQuotes(EODQuote[] e)
           
SellDoubleTop(EODQuote q1, EODQuote q2, EODQuote q3)