GetOrder returns information that does not match the actual information

Author: Chace, Created: 2018-08-06 14:22:39, Updated: 2019-04-17 16:38:27

imgThe code is as above, printed out as the number of transactions already done. The following is a list of events that occurred during the actual race.imgThe problem is: I actually sold 0.1 coin, but getOrder returns the message that I didn't sell the coin.


More

The Little DreamDealAmount is zero, which is the amount of the order that has already been transacted.

The Little DreamThis may be a query related to the exchange GetOrder Interface Data updates Delayed. Generally, after placing an order, you need to sleep a bit.

ChaceI know that the transaction amount has been paid. However, I checked that the exchange has paid 0.1 coins. But the DealAmount that GetOrder returns is 0 coins.