finance.eod
Class MinThreshold

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

public class MinThreshold
extends java.lang.Object
implements EODQuoteFilter

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


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

Constructor Detail

MinThreshold

public MinThreshold(double min)

MinThreshold

public MinThreshold(DarBean d)
Method Detail

accept

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