org.mov.analyser
Class GAResult
java.lang.Object
org.mov.analyser.GAResult
public class GAResult
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAResult
public GAResult(GAIndividual individual,
Expression buyRule,
Expression sellRule,
EODQuoteBundle quoteBundle,
Money initialCapital,
Money tradeCost,
int generation,
TradingDate startDate,
TradingDate endDate)
getStartDate
public TradingDate getStartDate()
getEndDate
public TradingDate getEndDate()
getSymbols
public java.lang.String getSymbols()
getBuyRule
public java.lang.String getBuyRule()
getSellRule
public java.lang.String getSellRule()
getGeneration
public int getGeneration()
getTradeCost
public Money getTradeCost()
getNumberTrades
public int getNumberTrades()
getInitialCapital
public Money getInitialCapital()
getFinalCapital
public Money getFinalCapital()
getPortfolio
public Portfolio getPortfolio()
getQuoteBundle
public EODQuoteBundle getQuoteBundle()