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:
type: ‘OPTION’order_id: ID of the orderquantity: Quantity orderedfilled_quantity: Quantity filled so farside: ‘buy’ or ‘sell’time_in_force: Time the order is in forcestatus: Status of the orderfilled_time: Time the order was filledfilled_price: Price the order was filled at
Raises
- A
NotImplementedErroris raised if the method is not supported.