fetch_stock_positions

Returns all current stock positions.

Syntax

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

Returns

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

Raises