db04b5e110
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
* Update SPDB with price magnifier parameter - Add a new column for new parameter in symbol-properties-database.csv - Change InteractiveBrokersBrokerage.cs implementation of GetContractPriceMagnifier() method in order to get the parameter directly from the SPDB - Add test in SymbolPropertiesDatabaseTests.cs to check if the new parameter is loading properly * Change GetContractPriceMagnifier() method name and implementation - Change NormalizePriceToLean() and NormalizePriceToBrokerage() methods * Nit change in GetSymbolPriceMagnifier() method * Remove GetSymbolPriceMagnifier() method - Remove redundant and unnecessary parameters in NormalizePriceToLean() and NormalizePriceToBrokerage() * Requested changes and SPDB update - Update SPDB with minimum order size parameter for futures in cents. The minimum order size parameter was extracted from the CME group API * Address reviews. Adding unit test for failing case Co-authored-by: Martin-Molinero <martin@quantconnect.com>