Fix price impact

This commit is contained in:
2025-05-28 01:04:58 +07:00
parent f743436634
commit 4e49f03199
6 changed files with 45 additions and 31 deletions

View File

@@ -12,11 +12,6 @@ namespace Managing.Api.Models.Responses
/// </summary>
public string Name { get; set; }
/// <summary>
/// Strategy identifier
/// </summary>
public string StrategyName { get; set; }
/// <summary>
/// Current state of the strategy (RUNNING, STOPPED, UNUSED)
/// </summary>
@@ -73,5 +68,6 @@ namespace Managing.Api.Models.Responses
public List<Position> Positions { get; set; } = new List<Position>();
public string Identifier { get; set; }
public string ScenarioName { get; set; }
}
}