cancel_option_order
Cancels an option order with the given order ID.
Syntax
Fields
Description
order_id(str)
ID of the option order
def cancel_option_order(self, order_id) -> None:
Returns
This method does not return anything.
Raises
- A
NotImplementedError
is raised if the method is not supported.