Add ROI to botPaginated
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user