Add Versionning for bundle backtest request

This commit is contained in:
2025-10-23 13:37:53 +07:00
parent 6bfefc91c8
commit 92c28367cf
13 changed files with 1655 additions and 8 deletions

View File

@@ -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>