tedchou12 / webull

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

Need help modifying option order #395

Closed DouGrimaldi closed 1 year ago

DouGrimaldi commented 1 year ago

in webull.py it says def modify_order_option(self, order=None, lmtPrice=None, stpPrice=None, enforce=None, quant=0): ''' order: dict from get_current_orders stpPrice: float lmtPrice: float enforce: GTC / DAY quant: int '''

But I'm not exactly sure what exactly to put as the order, can anyone help? What does a correct modify order look like.