We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
thanks, this is quite an awesome library. I am using the library Jib.jl to subscribe to data from Interactive brokers.
quick ques: in Rxpy, there is a method run() to block execution. is there anything similar in Rocket.jl please?
thanks
The text was updated successfully, but these errors were encountered:
You should use subscribe! to start an execution and unsubscribe! to stop an execution.
subscribe!
unsubscribe!
Sorry, something went wrong.
@Roh-codeur see https://github.com/oliviermilla/Lucky.jl for a trading framework leveraging Rocket.jl
It's WIP.
Jib.jl isn't integrated yet though. Feel free.
No branches or pull requests
Hi
thanks, this is quite an awesome library. I am using the library Jib.jl to subscribe to data from Interactive brokers.
quick ques: in Rxpy, there is a method run() to block execution. is there anything similar in Rocket.jl please?
thanks
The text was updated successfully, but these errors were encountered: