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 want to check if my LimitBuyOrder or LimitSellOrder has been canceled or filled. (these orders are created by this API of course)
However when I try to use GetOpenOrdersAsync I (sometimes) have the problem that my program doesn't see any openorders.
Right now I count the amount of openOrders in a while loop to detect a change. This doesn't always work because the results aren't always correct.
Is there a fix for my problem, or (even better) is there a more elegant way to detect if a order has been canceled or filled?
(I study Electrical engineering at an university of applied sciences and this is a hobby project, so I'm no master at programming. We do have programming lessons at my college, but it is nowhere near an IT scholarship)
P.S. I'm from the Netherlands, and I'm sorry if there are any major spelling mistakes in this text.
The text was updated successfully, but these errors were encountered:
Hello,
I want to check if my LimitBuyOrder or LimitSellOrder has been canceled or filled. (these orders are created by this API of course)
However when I try to use GetOpenOrdersAsync I (sometimes) have the problem that my program doesn't see any openorders.
Right now I count the amount of openOrders in a while loop to detect a change. This doesn't always work because the results aren't always correct.
Is there a fix for my problem, or (even better) is there a more elegant way to detect if a order has been canceled or filled?
(I study Electrical engineering at an university of applied sciences and this is a hobby project, so I'm no master at programming. We do have programming lessons at my college, but it is nowhere near an IT scholarship)
P.S. I'm from the Netherlands, and I'm sorry if there are any major spelling mistakes in this text.
The text was updated successfully, but these errors were encountered: