Skip to content

Commit 1883023

Browse files
committed
Add new indexes, including market hours
1 parent 40e887a commit 1883023

File tree

2 files changed

+775
-1
lines changed

2 files changed

+775
-1
lines changed

Common/Securities/Index/IndexSymbol.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,25 @@ public static class IndexSymbol
3131
{ "SPXW", Market.CBOE },
3232
{ "NQX", "NASDAQ" },
3333
{ "VIXW", Market.CBOE },
34-
{ "RUT", "RUSSELL" }
34+
{ "RUT", "RUSSELL" },
35+
{ "DUX", Market.CBOE},
36+
{ "DVS", Market.CBOE},
37+
{ "DWCF", "AMEX" },
38+
{ "DXL", Market.CBOE},
39+
{ "EVZ", Market.CBOE},
40+
{ "FVX", Market.CBOE},
41+
{ "GVZ", Market.CBOE},
42+
{ "HGX", "PHLX"},
43+
{ "MID", "PSE"},
44+
{ "MIDG", Market.CBOE},
45+
{ "MIDV", Market.CBOE},
46+
{ "MRUT", "RUSSELL"},
47+
{ "NYA", "PSE"},
48+
{ "NYFANG", "NYSE"},
49+
{ "NYXBT", "NYSE"},
50+
{ "OEX", Market.CBOE},
51+
{ "OSX", "PHLX"},
52+
{ "OVX", Market.CBOE}
3553
};
3654

3755
private static readonly Dictionary<string, string> _indexMarket = new(StringComparer.InvariantCultureIgnoreCase)

0 commit comments

Comments
 (0)