Skip to content

Commit

Permalink
Expand index market map
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Jan 15, 2025
1 parent 41f9d1b commit c0f9b63
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 @@ -37,7 +37,8 @@ public static class IndexSymbol
private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)
{
{ "HSI", Market.HKFE },
{ "N225", Market.OSE }
{ "N225", Market.OSE },
{ "SX5E", Market.EUREX }
};

/// <summary>
Expand Down

0 comments on commit c0f9b63

Please sign in to comment.