fetch_option_order_status

Returns the status of an option order with the given id.

Syntax

Fields

Description

id(str)

ID of the option order

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

Returns

Returns a dictionary with the following keys and values:

Raises