Add ROI to botPaginated

This commit is contained in:
2025-10-06 23:54:59 +07:00
parent 51fbef6072
commit 85000644a6
10 changed files with 69 additions and 84 deletions

View File

@@ -44,6 +44,12 @@ namespace Managing.Api.Models.Responses
[Required]
public decimal ProfitAndLoss { get; internal set; }
/// <summary>
/// Current return on investment percentage
/// </summary>
[Required]
public decimal Roi { get; internal set; }
/// <summary>
/// Unique identifier for the bot
/// </summary>