You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i executed a market order for 0.01 BTC which hit three orders in the orderbook, two for 0.0001 BTC and one for 0.0098.
the order structure i received from "create_order" (the asnycio version!) shows 0.0098 BTC for 'amount, 0.0102 BTC for 'filled' and -0.0002 BTC for 'remaing'.
see the code below, it is a real execution from my logfiles.
i tried to analyze the (python) sourcecode for krakenfutures, but i dont understand ccxt enough yet to fully understand what "parse_order" is doing....
thank you very much!
The text was updated successfully, but these errors were encountered:
reinhardullrich
changed the title
subtle but in order structure for "create_order" for "krakenfutures", the fields amount, filled and remaining are incorrect
subtle bug in order structure for "create_order" for "krakenfutures", the fields amount, filled and remaining are incorrect
Aug 19, 2024
Operating System
Ubuntu 22.04
Programming Languages
Python
CCXT Version
4.3.75
Description
i executed a market order for 0.01 BTC which hit three orders in the orderbook, two for 0.0001 BTC and one for 0.0098.
the order structure i received from "create_order" (the asnycio version!) shows 0.0098 BTC for 'amount, 0.0102 BTC for 'filled' and -0.0002 BTC for 'remaing'.
see the code below, it is a real execution from my logfiles.
i tried to analyze the (python) sourcecode for krakenfutures, but i dont understand ccxt enough yet to fully understand what "parse_order" is doing....
thank you very much!
Code
The text was updated successfully, but these errors were encountered: