Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trade_ws socket does not emit order updates for programmatically generated orders #197

Open
jharonfe opened this issue Feb 25, 2022 · 0 comments

Comments

@jharonfe
Copy link

I'm noticing an issue with the alpaca node client version 2.12.1 where after the trade_ws socket successfully connects it does not emit events for programmatically generated order events. It DOES emit order events if, for example, I create or cancel orders through the alpaca website. However, for orders generated programmatically such as in the node client, as well as other alpaca api clients, the trade_ws.onOrderUpdate handler does NOT emit events. This behavior seems unexpected.

If this is expected, can you please confirm ? If this is unexpected, could you advise on a setting that might cause this ? Or else a debugging strategy to isolate why this behavior would occur ?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant