fn cme_month_code_to_number(code: char) -> Option<u32>Expand description
CME Globex month codes. Standard across every listed product.
| Code | Month | Code | Month |
|---|---|---|---|
| F | January | N | July |
| G | February | Q | August |
| H | March | U | September |
| J | April | V | October |
| K | May | X | November |
| M | June | Z | December |