tedchou12 / webull

Unofficial APIs for Webull.
MIT License
601 stars 184 forks source link

are there any callbacks for webull ? #332

Closed mzaeemnasir closed 2 years ago

mzaeemnasir commented 2 years ago

Basically, I want to place a Sell order (on options ) once my Order is Fulfilled and I am looking for a callback for orders filled!

tedchou12 commented 2 years ago

@mzaeemnasir using websocket on_order should work. the websocket will receive a push signal whenever an order is filled. https://github.com/tedchou12/webull/wiki/How-to-use-Streaming-Quotes%3F

mzaeemnasir commented 2 years ago

Got It Thanks @tedchou12