From 58b7a9d22a9bf52084bc1869d6abb7a101b50e99 Mon Sep 17 00:00:00 2001 From: Jhonathan Abreu Date: Wed, 15 Jan 2025 09:36:20 -0400 Subject: [PATCH] Add FTSE Russell Exchange support (#8531) * Add FTSE Russell Exchange support * Cleanup --- Common/Securities/Index/IndexSymbol.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/Securities/Index/IndexSymbol.cs b/Common/Securities/Index/IndexSymbol.cs index a55e77e536a2..4019cdbb682f 100644 --- a/Common/Securities/Index/IndexSymbol.cs +++ b/Common/Securities/Index/IndexSymbol.cs @@ -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 _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)