Update strategies agent return
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Managing.Api.Models.Responses
|
||||
/// <summary>
|
||||
/// Dictionary of all positions executed by this strategy, keyed by position identifier
|
||||
/// </summary>
|
||||
public Dictionary<Guid, Position> Positions { get; set; } = new Dictionary<Guid, Position>();
|
||||
public List<Position> Positions { get; set; } = new List<Position>();
|
||||
|
||||
public Guid Identifier { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user