Update Agent balance tracking
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
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; }
|
||||
|
||||
Reference in New Issue
Block a user