jfreerails.controller
Class StockPriceCalculator.StockPrice

java.lang.Object
  extended by jfreerails.controller.StockPriceCalculator.StockPrice
Enclosing class:
StockPriceCalculator

public static class StockPriceCalculator.StockPrice
extends java.lang.Object


Field Summary
 Money buyPrice
           
 Money currentPrice
           
 Money sellPrice
           
 Money treasuryBuyPrice
           
 Money treasurySellPrice
           
 
Constructor Summary
StockPriceCalculator.StockPrice(long netWorth, long profitLastyear, int publicShares, int otherRRShares)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentPrice

public Money currentPrice

sellPrice

public Money sellPrice

buyPrice

public Money buyPrice

treasuryBuyPrice

public Money treasuryBuyPrice

treasurySellPrice

public Money treasurySellPrice
Constructor Detail

StockPriceCalculator.StockPrice

public StockPriceCalculator.StockPrice(long netWorth,
                                       long profitLastyear,
                                       int publicShares,
                                       int otherRRShares)