fetch_stock_order_status

Returns the status of a stock order with the given id.

Syntax

Fields

Description

id(str)

ID of the stock order

def fetch_stock_order_status(self, id) -> Dict[str, Any]:

Returns

Returns a dictionary with the following keys and values:

Raises