hedgequantx 2.9.152 → 2.9.153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/config/constants.js +2 -2
package/package.json
CHANGED
package/src/config/constants.js
CHANGED
|
@@ -60,8 +60,8 @@ const CONTRACT_DESCRIPTIONS = {
|
|
|
60
60
|
YM: 'E-mini Dow $5', MYM: 'Micro E-mini Dow',
|
|
61
61
|
EMD: 'E-mini S&P MidCap', NKD: 'Nikkei 225',
|
|
62
62
|
// Metals
|
|
63
|
-
GC: 'Gold', MGC: 'Micro Gold', '1OZ': 'Micro Gold (1oz)',
|
|
64
|
-
SI: 'Silver', SIL: 'Micro Silver', HG: 'Copper', MHG: 'Micro Copper',
|
|
63
|
+
GC: 'Gold (100oz)', MGC: 'Micro Gold (10oz)', '1OZ': 'E-Micro Gold (1oz)',
|
|
64
|
+
SI: 'Silver (5000oz)', SIL: 'Micro Silver (1000oz)', HG: 'Copper', MHG: 'Micro Copper',
|
|
65
65
|
PL: 'Platinum', PA: 'Palladium',
|
|
66
66
|
// Energy
|
|
67
67
|
CL: 'Crude Oil WTI', MCL: 'Micro Crude Oil', NG: 'Natural Gas',
|