tedchou12 / webull

Unofficial APIs for Webull.
MIT License
597 stars 181 forks source link

level 108 no longer works - and on_order_message also doesn't work #346

Open erbri007 opened 1 year ago

erbri007 commented 1 year ago

level 108 no longer works - and on_order_message also doesn't work

With 108 nothing streams. I've moved to 105, but I didn't want to query for a bid/ask price, rather respond to them.

Also on_order_message doesn't receive any messages. This is important for when I make an order and I want to update my algo with the proper holdings.

Thanks!