We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90c1f1 commit cf7d9afCopy full SHA for cf7d9af
ibind/client/ibkr_client_mixins/portfolio_mixin.py
@@ -67,7 +67,7 @@ def portfolio_account_allocations(self: 'IbkrClient', account_ids: OneOrMany[str
67
params = params_dict({'acctIds': account_ids})
68
return self.get('portfolio/allocation', params=params)
69
70
- def combo_positions(self: 'IbkrClient', account_id: str = None, no_cache: bool = False) -> Result:
+ def combination_positions(self: 'IbkrClient', account_id: str = None, no_cache: bool = False) -> Result:
71
"""
72
Provides all positions held in the account acquired as a combination, including values such as ratios, size, and market value.
73
0 commit comments