Skip to content

Commit

Permalink
Merge pull request #21 from durana/patch-1
Browse files Browse the repository at this point in the history
Correct US30 code and exchange
  • Loading branch information
bug-or-feature authored Aug 27, 2024
2 parents 8580e69 + bbd6831 commit 83cdf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcutils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"US10": {"code": "ZN", "cycle": "HMUZ", "exchange": "CBOT"},
"US10U": {"code": "TN", "cycle": "HMUZ", "exchange": "CBOT"},
"US2": {"code": "ZT", "cycle": "HMUZ", "exchange": "CBOT"},
"US30": {"code": "UB", "cycle": "HMUZ", "exchange": "CME"},
"US30": {"code": "UD", "cycle": "HMUZ", "exchange": "CBOT"},
"US30Y": {"code": "ZB", "cycle": "HMUZ", "exchange": "CBOT"},
"US5": {"code": "ZF", "cycle": "HMUZ", "exchange": "CBOT"},
"US-DISCRETE": {"code": "BI", "cycle": "HMUZ", "exchange": "CME"},
Expand Down

0 comments on commit 83cdf2c

Please sign in to comment.