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
Exceptionis raised if there is an error in fetching the stock positions.