This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Engine: Split code about check of minimal order size into a function The function avoid code duplication and is more easily readable. Small behavior change: the new function accept products with both `min_size` and `min_total`. Previously, only the first one available was checked. * Binance: rewrite update-products to fix bugs Changes with the previous version: - Binance filters are selected by type rather than by index. It fixes #1794 - No more useless removal of trailing zeros of 'increment' and 'asset_increment' - Binance notional filter is set in `product.min_total` rather than roughly modifying `product.min_size`. It fixes #1793
- Loading branch information
Showing
2 changed files
with
23 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters