Closed hlevel closed 2 years ago
@hlevel can you make a pull request to see if tests are still working ?
@straumat Do you mean that I need to test the revised suggestion by myself and tell you the result? This is a piece of code that has been verified by me. It is still running in the real environment.
@hlevel Ok, I will integrate this but in the next release because I have to update Cassandre mocks to make tests pass and I have to test the behavior on the exchanges I support with production tests (coinbase, kucoin and Binance)
TradeServiceXChangeImplementation#getOrders
This method can get orders in the simulated environment, but it can't find any orders in the real environment. As a result, the order stays in the new status during operation. The improvements are as follows (the binance exchange has been tested)Before change:
After modification: