Skip to content

Commit 410bbe6

Browse files
committed
Resolve review comments
1 parent 1c73a19 commit 410bbe6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Common/Securities/Index/IndexSymbol.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ public static class IndexSymbol
116116
{ "VXTH", Market.CBOE },
117117
{ "VXTLT", Market.CBOE },
118118
{ "XAU", "PHLX" },
119-
{ "XJO", Market.ASX },
120-
{ "INDU", Market.CME },
119+
{ "ASX", Market.ASX },
120+
{ "DJI", Market.CME },
121121
{ "DWCPF", Market.CME },
122-
{ "GSCI", Market.CME },
122+
{ "SPGSCI", Market.CME },
123123
{ "UTIL", Market.CME },
124124
{ "DAX", Market.EUREX },
125125
};
@@ -130,7 +130,7 @@ public static class IndexSymbol
130130
{ "N225", Market.OSE },
131131
{ "SX5E", Market.EUREX },
132132
{ "DAX", Market.EUREX },
133-
{ "XJO", Market.ASX }
133+
{ "ASX", Market.ASX },
134134
};
135135

136136
/// <summary>

Data/market-hours/market-hours-database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126978,7 +126978,7 @@
126978126978
"saturday": [],
126979126979
"holidays": []
126980126980
},
126981-
"Index-asx-XJO": {
126981+
"Index-asx-ASX": {
126982126982
"dataTimeZone": "UTC",
126983126983
"exchangeTimeZone": "Australia/Sydney",
126984126984
"sunday": [],

0 commit comments

Comments
 (0)