Closed DouGrimaldi closed 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.
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.