Uses of Interface
finance.eod.TradingRule

Packages that use TradingRule
finance.eod   
 

Uses of TradingRule in finance.eod
 

Subinterfaces of TradingRule in finance.eod
 interface BuyAtOpen
          Copyright 2005, DocJava, Inc.
 interface SellAtOpen
           
 

Classes in finance.eod that implement TradingRule
 class BuyDoubleBottom
           
 class SellDoubleTop
           
 

Methods in finance.eod that return TradingRule
 TradingRule DoubleTopBuySellTradingRule.getBuyRule(int i)
           
 TradingRule BuySellTradingRuleInterface.getBuyRule(int i)
           
 TradingRule[] TradingRules.getRule()
           
 TradingRule DoubleTopBuySellTradingRule.getSellRule(int i)
           
 TradingRule BuySellTradingRuleInterface.getSellRule(int i)
          Pass in the ith day for the trading rule
 

Methods in finance.eod with parameters of type TradingRule
 void TradingRules.add(TradingRule r)