We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f502d commit 3356c73Copy full SHA for 3356c73
1 file changed
Common/Data/UniverseSelection/Universe.cs
@@ -59,7 +59,7 @@ public virtual ConcurrentDictionary<Symbol, Member> Securities
59
public HashSet<Symbol> Selected
60
{
61
get; set;
62
- }
+ } = [];
63
64
/// <summary>
65
/// True if this universe filter can run async in the data stack
0 commit comments