Skip to content

Commit c0f9b63

Browse files
committed
Expand index market map
1 parent 41f9d1b commit c0f9b63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/Securities/Index/IndexSymbol.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public static class IndexSymbol
3737
private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)
3838
{
3939
{ "HSI", Market.HKFE },
40-
{ "N225", Market.OSE }
40+
{ "N225", Market.OSE },
41+
{ "SX5E", Market.EUREX }
4142
};
4243

4344
/// <summary>

0 commit comments

Comments
 (0)