Refactor user define universe handling (#9088)

* Refactor user define universe handling

- Normalize user define universe additions and removals to behave like
  other subscriptions without requiting special handling

* Minor fixes
This commit is contained in:
Martin-Molinero
2025-11-18 12:29:05 -03:00
committed by GitHub
parent afca923cd9
commit 4961844f82
88 changed files with 378 additions and 383 deletions
@@ -82,7 +82,7 @@ namespace QuantConnect.Algorithm.CSharp
/// <summary>
/// Data Points count of all timeslices of algorithm
/// </summary>
public long DataPoints => 24;
public long DataPoints => 25;
/// <summary>
/// Data Points count of the algorithm history