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