Class DcaStats

    • Field Detail

      • activeCount

        public String activeCount
        Number of active plans.
      • finishedCount

        public String finishedCount
        Number of finished plans.
      • suspendedCount

        public String suspendedCount
        Number of suspended plans.
      • nearestPlans

        public DcaPlan[] nearestPlans
        Nearest upcoming plans.
      • restDays

        public String restDays
        Days until next investment.
      • totalAmount

        public BigDecimal totalAmount
        Total invested amount.
      • totalProfit

        public BigDecimal totalProfit
        Total profit/loss.
    • Constructor Detail

      • DcaStats

        public DcaStats()