anton_r99

Results 1 comments of anton_r99

i've just added @authentication_required def cancel_trigger_order(self, order_id: str) -> dict: return self._delete(f'conditional_orders/{order_id}') and it works just fine On Sun, Mar 7, 2021 at 1:26 AM zombiegriff wrote: > cancel_order needs...