Add saved bundle status
This commit is contained in:
@@ -143,7 +143,6 @@ public class BundleBacktestRequest
|
||||
/// Estimated time remaining in seconds
|
||||
/// </summary>
|
||||
public int? EstimatedTimeRemainingSeconds { get; set; }
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -174,5 +173,6 @@ public enum BundleBacktestRequestStatus
|
||||
/// <summary>
|
||||
/// Request was cancelled
|
||||
/// </summary>
|
||||
Cancelled
|
||||
Cancelled,
|
||||
Saved
|
||||
}
|
||||
Reference in New Issue
Block a user