Class ProfitSummaryInfo


  • public class ProfitSummaryInfo
    extends Object
    P&L summary for one asset category.
    • Field Detail

      • assetType

        public AssetType assetType
        Asset type.
      • profitMax

        public String profitMax
        Security with the maximum profit.
      • profitMaxName

        public String profitMaxName
        Name of the max-profit security.
      • lossMax

        public String lossMax
        Security with the maximum loss.
      • lossMaxName

        public String lossMaxName
        Name of the max-loss security.
    • Constructor Detail

      • ProfitSummaryInfo

        public ProfitSummaryInfo()