get_account_buying_power
Returns the current buying power of the user.
Syntax
def get_account_buying_power(self) -> float:
Returns
Returns the current buying power as a float.
Raises
- An
Exception
is raised if there is an error in fetching the buying power.