fetch_order_queue

Returns all current pending orders.

Syntax

def fetch_order_queue(self) -> List[Dict[str, Any]]:

Returns

Returns a list of dictionaries with the following keys and values: For stocks and crypto:

For options:

Raises