mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-22 15:10:13 +00:00
* Binance: Fix Exchange Order Limits not populating The order of the filters cannot be trusted. New filters have been added after the 2nd filter, breaking all filter passing afterwards. This adds a basic test that the data is being populated, but more could be done on testing. We should have stricter typing on the filters, perhaps by unmarshalling into json.RawMessage initially and then into typed stuct fields based on the filterType. Finally we should spot both missing and unhandled filters, at least in tests. * Binance: Add TODO for unhandled filterTypes
36 KiB
36 KiB