|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfinance.eod.DoubleTopBuySellTradingRule
public class DoubleTopBuySellTradingRule
Created by IntelliJ IDEA. User: lyon Date: Dec 9, 2008 Time: 8:20:02 PM DoubleTopBuySellTradingRule has the role of is to act as a container for a buy rule and a sell rule.
| Constructor Summary | |
|---|---|
DoubleTopBuySellTradingRule(EODQuotes e)
|
|
| Method Summary | |
|---|---|
TradingRule |
getBuyRule(int i)
|
TradingRule |
getSellRule(int i)
Pass in the ith day for the trading rule |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleTopBuySellTradingRule(EODQuotes e)
| Method Detail |
|---|
public TradingRule getSellRule(int i)
BuySellTradingRuleInterface
getSellRule in interface BuySellTradingRuleInterfacei - day number
public TradingRule getBuyRule(int i)
getBuyRule in interface BuySellTradingRuleInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||