|
Longbridge OpenAPI C++ SDK
|
Response for DCAContext::stats — aggregate DCA statistics. More...
#include <types.hpp>
Public Attributes | |
| std::string | active_count |
| Number of active plans. More... | |
| std::string | finished_count |
| Number of finished plans. More... | |
| std::string | suspended_count |
| Number of suspended plans. More... | |
| std::vector< DcaPlan > | nearest_plans |
| Nearest upcoming plans. More... | |
| std::string | rest_days |
| Days until next investment. More... | |
| std::string | total_amount |
| Total invested amount. More... | |
| std::string | total_profit |
| Total profit/loss. More... | |
Response for DCAContext::stats — aggregate DCA statistics.
| std::string longbridge::dca::DcaStats::active_count |
Number of active plans.
| std::string longbridge::dca::DcaStats::finished_count |
Number of finished plans.
| std::vector<DcaPlan> longbridge::dca::DcaStats::nearest_plans |
Nearest upcoming plans.
| std::string longbridge::dca::DcaStats::rest_days |
Days until next investment.
| std::string longbridge::dca::DcaStats::suspended_count |
Number of suspended plans.
| std::string longbridge::dca::DcaStats::total_amount |
Total invested amount.
| std::string longbridge::dca::DcaStats::total_profit |
Total profit/loss.