Add wallet balances to the userStrategy
This commit is contained in:
@@ -68,6 +68,11 @@ namespace Managing.Api.Models.Responses
|
||||
public List<Position> Positions { get; set; } = new List<Position>();
|
||||
|
||||
public string Identifier { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Name of the scenario used by this strategy
|
||||
/// </summary>
|
||||
public string ScenarioName { get; set; }
|
||||
public Dictionary<DateTime, decimal> WalletBalances { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user