Rename strategy to indicators
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Managing.Infrastructure.Databases.MongoDb.Collections
|
||||
public class ScenarioDto : Document
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public List<StrategyDto> Strategies { get; set; }
|
||||
public List<IndicatorDto> Indicators { get; set; }
|
||||
public int LoopbackPeriod { get; set; }
|
||||
public UserDto User { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user