skuvv
skuvv
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.3.6 ### Description I placed buy limit order and wait to partial fill, log from WatchOrders: ```...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.3.6 ### Description When I edit an order using Biget ```await _exchange.EditOrder``` I retrieve two records from...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.3.6 ### Description ``` await exchange.WatchMyTrades ``` opens wrong channel 'orders' for trades: ``` Sending message: {"op":"subscribe","args":[{"instType":"SUSDT-FUTURES","channel":"orders","instId":"default"}]}...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.3.6 ### Description When something happens inside ccxt threads I never see it. I can only catch...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.2.88 ### Description When I send WatchBalance in parallel task, only one of request is send. ###...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.2.93 ### Description I get checksum error for Kraken while retrieving market data: ``` System.Exception: ccxt.InvalidNonce: kraken...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.2.89 ### Description Return result of kraken.FetchPositions is Dictionary while it should be List. Cast cause an...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.2.93 ### Description Multiple parallel FetchPositions for specific internal request of Bitget cause error: System.ArgumentException: An item...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.3.22 ### Description I make several subscriptions for orders. Next, when I receive new order status, it...
### Operating System Windows 10 ### Programming Languages _No response_ ### CCXT Version 4.3.22 ### Description It's difficult to reproduce, happens sometime. In case of several subscriptions all of them...