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
Thanks for your great work on this. I'm working on a personal project and this is definitely making it able to be a reality.
I'm successfully pulling my positions, orders, and able to subscribe to tickers to be pushed their latest prices. However I cannot for the life of me seem to be able to get the on_order_message to trigger. I presume a push should be coming through whenever an order is created, canceled, filled, updated, etc? I've tried looking at the WS logs in Firefox developer tools as well, when the web app receives order updates from the desktop/mobile app, to no avail.
Can anyone confirm that receipt of order push messages is still working, or perhaps how to get them? Otherwise I'm left with fetching all my orders every so often and doing a diff on them.
Thanks so much!
The text was updated successfully, but these errors were encountered:
Hello!
Thanks for your great work on this. I'm working on a personal project and this is definitely making it able to be a reality.
I'm successfully pulling my positions, orders, and able to subscribe to tickers to be pushed their latest prices. However I cannot for the life of me seem to be able to get the on_order_message to trigger. I presume a push should be coming through whenever an order is created, canceled, filled, updated, etc? I've tried looking at the WS logs in Firefox developer tools as well, when the web app receives order updates from the desktop/mobile app, to no avail.
Can anyone confirm that receipt of order push messages is still working, or perhaps how to get them? Otherwise I'm left with fetching all my orders every so often and doing a diff on them.
Thanks so much!
The text was updated successfully, but these errors were encountered: