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 41f9d1b commit c0f9b63Copy full SHA for c0f9b63
Common/Securities/Index/IndexSymbol.cs
@@ -37,7 +37,8 @@ public static class IndexSymbol
37
private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)
38
{
39
{ "HSI", Market.HKFE },
40
- { "N225", Market.OSE }
+ { "N225", Market.OSE },
41
+ { "SX5E", Market.EUREX }
42
};
43
44
/// <summary>
0 commit comments