Fix price impact
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user