finance.eod
Class MaxThreshold

java.lang.Object
  extended by finance.eod.MaxThreshold
All Implemented Interfaces:
EODQuoteFilter

public class MaxThreshold
extends java.lang.Object
implements EODQuoteFilter

User: lyon Date: Aug 1, 2007 Time: 12:08:28 PM Copyright DocJava, Inc. 2005.


Constructor Summary
MaxThreshold(DarBean d)
           
MaxThreshold(double max)
           
 
Method Summary
 boolean accept(EODQuote q)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxThreshold

public MaxThreshold(double max)

MaxThreshold

public MaxThreshold(DarBean d)
Method Detail

accept

public boolean accept(EODQuote q)
Specified by:
accept in interface EODQuoteFilter