Skip to content

Commit

Permalink
Add FTSE Russell Exchange support (#8531)
Browse files Browse the repository at this point in the history
* Add FTSE Russell Exchange support

* Cleanup
  • Loading branch information
jhonabreul authored Jan 15, 2025
1 parent 2d4ca75 commit 58b7a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Common/Securities/Index/IndexSymbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public static class IndexSymbol
{ "VIX", Market.CBOE },
{ "SPXW", Market.CBOE },
{ "NQX", "NASDAQ" },
{ "VIXW", Market.CBOE }
{ "VIXW", Market.CBOE },
{ "RUT", "RUSSELL" }
};

private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)
Expand Down

0 comments on commit 58b7a9d

Please sign in to comment.