Class PortfolioData.Asset

java.lang.Object
org.episteme.social.economics.PortfolioData.Asset
All Implemented Interfaces:
Serializable, Named
Enclosing class:
PortfolioData

public static class PortfolioData.Asset extends Object implements Serializable, Named
See Also:
  • Constructor Details

    • Asset

      public Asset()
    • Asset

      public Asset(String symbol, String name, Money currentPrice, Money dailyChange, Real dailyChangePercent, long volume, List<Money> priceHistory)
  • Method Details

    • getSymbol

      public String getSymbol()
    • getName

      public String getName()
      Specified by:
      getName in interface Named
    • getCurrentPrice

      public Money getCurrentPrice()
    • getDailyChange

      public Money getDailyChange()
    • getDailyChangePercent

      public Real getDailyChangePercent()
    • getVolume

      public long getVolume()
    • getPriceHistory

      public List<Money> getPriceHistory()