diff --git a/Common/Market.cs b/Common/Market.cs index 1e5886209207..b2a1692cbd68 100644 --- a/Common/Market.cs +++ b/Common/Market.cs @@ -70,8 +70,7 @@ public static class Market Tuple.Create(Coinbase, 38), Tuple.Create(InteractiveBrokers, 39), Tuple.Create(EUREX, 40), - Tuple.Create(OSE, 41), - Tuple.Create(RUSSELL, 42) + Tuple.Create(OSE, 41) }; static Market() @@ -176,11 +175,6 @@ static Market() /// public const string OSE = "ose"; - /// - /// FTSE Russell Exchange - /// - public const string RUSSELL = "russell"; - /// /// London International Financial Futures and Options Exchange /// diff --git a/Common/Securities/Index/IndexSymbol.cs b/Common/Securities/Index/IndexSymbol.cs index 38ac8b67a719..4019cdbb682f 100644 --- a/Common/Securities/Index/IndexSymbol.cs +++ b/Common/Securities/Index/IndexSymbol.cs @@ -31,7 +31,7 @@ public static class IndexSymbol { "SPXW", Market.CBOE }, { "NQX", "NASDAQ" }, { "VIXW", Market.CBOE }, - { "RUT", Market.RUSSELL } + { "RUT", "RUSSELL" } }; private static readonly Dictionary _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)