Commit 932fb7e
authored
GF's minimum_price_variation in the symbol-properties database was
0.025 (cents per pound), inconsistent with every other livestock entry
which uses dollars per pound. CME's official spec is $0.00025/lb
($12.50/tick on 50,000 lb), matching LE and HE.
With price_magnifier=100 the prior value produced an effective per-
contract tick value of $1,250 instead of $12.50, putting algorithm-
rounded prices on a grid 100x coarser than the exchange grid and
causing rejected/unreachable orders on GF.
https://www.cmegroup.com/markets/agriculture/livestock/feeder-cattle.contractSpecs.html
1 parent a253751 commit 932fb7e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments