Class StockPosition


  • public class StockPosition
    extends Object
    • Constructor Detail

      • StockPosition

        public StockPosition()
    • Method Detail

      • getSymbol

        public String getSymbol()
      • getSymbolName

        public String getSymbolName()
      • getQuantity

        public long getQuantity()
      • getAvailableQuantity

        public long getAvailableQuantity()
      • getCurrency

        public String getCurrency()
      • getMarket

        public Market getMarket()
      • getInitQuantity

        public long getInitQuantity()