-
Notifications
You must be signed in to change notification settings - Fork 732
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
Issue with trading with websocketclient #446
Comments
code example....
indentations are being weird |
This is bad code ... you'd want to define auth_client outside of this class on it's own.
|
I am pretty new to python so please forgive any bad code. I guess my question turns then to how do you call this in effect? Something like this does not seem to work, although it does output the message while it is running, the order does not execute...
I am definitely missing something obvious. Thanks again 4 the help |
Hi all,
Is it not possible to submit orders when using the websocket client? I am attempting to submit orders upon receiving messages from the client, but for whatever reason it does not seem to work. It works on_open and on_close, and works separately, but for some reason does not work on_message.
Thanks!
Andrew
The text was updated successfully, but these errors were encountered: