Add agent fees
This commit is contained in:
@@ -15,6 +15,7 @@ public class AgentSummaryEntity
|
||||
public int ActiveStrategiesCount { get; set; }
|
||||
public decimal TotalVolume { get; set; }
|
||||
public decimal TotalBalance { get; set; }
|
||||
public decimal TotalFees { get; set; }
|
||||
|
||||
// Navigation property
|
||||
public UserEntity User { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user