cancel_stock_order

Cancels a stock order with the given order ID.

Syntax

Fields

Description

order_id(str)

ID of the stock order

def cancel_stock_order(self, order_id) -> None:

Returns

This method does not return anything.

Raises