get_account_stock_positions
Returns the current stock positions.
Syntax
def get_account_stock_positions(self) -> List:
Returns
Returns a list of Position objects for all currently owned stocks.
Raises
- An
Exception
is raised if there is an error in fetching the stock positions.