Add Versionning for bundle backtest request
This commit is contained in:
@@ -72,6 +72,12 @@ public class BundleBacktestRequest
|
||||
[Required]
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Version number for the bundle backtest request (auto-incremented for same names)
|
||||
/// </summary>
|
||||
[Required]
|
||||
public int Version { get; set; } = 1;
|
||||
|
||||
/// <summary>
|
||||
/// The universal configuration that applies to all backtests (serialized as JSON)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user