Package com.longbridge.dca
Class DcaStats
- java.lang.Object
-
- com.longbridge.dca.DcaStats
-
public class DcaStats extends Object
Response forDcaContext.stats(java.lang.String).
-
-
Field Summary
Fields Modifier and Type Field Description StringactiveCountNumber of active plans.StringfinishedCountNumber of finished plans.DcaPlan[]nearestPlansNearest upcoming plans.StringrestDaysDays until next investment.StringsuspendedCountNumber of suspended plans.BigDecimaltotalAmountTotal invested amount.BigDecimaltotalProfitTotal profit/loss.
-
Constructor Summary
Constructors Constructor Description 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.
-
-