Update Agent balance tracking

This commit is contained in:
2025-10-03 15:30:39 +07:00
parent 43d301e47a
commit 7c13ad5f06
10 changed files with 101 additions and 210 deletions

View File

@@ -3,8 +3,7 @@ namespace Managing.Domain.Statistics;
public class AgentBalance
{
public string AgentName { get; set; }
public decimal TotalValue { get; set; }
public decimal TotalAccountUsdValue { get; set; }
public decimal TotalBalanceValue { get; set; }
public decimal BotsAllocationUsdValue { get; set; }
public decimal PnL { get; set; }
public DateTime Time { get; set; }