Skip to content

Commit cf7d9af

Browse files
committed
fix: renamed combo_positions to combination_positions
1 parent b90c1f1 commit cf7d9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibind/client/ibkr_client_mixins/portfolio_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def portfolio_account_allocations(self: 'IbkrClient', account_ids: OneOrMany[str
6767
params = params_dict({'acctIds': account_ids})
6868
return self.get('portfolio/allocation', params=params)
6969

70-
def combo_positions(self: 'IbkrClient', account_id: str = None, no_cache: bool = False) -> Result:
70+
def combination_positions(self: 'IbkrClient', account_id: str = None, no_cache: bool = False) -> Result:
7171
"""
7272
Provides all positions held in the account acquired as a combination, including values such as ratios, size, and market value.
7373

0 commit comments

Comments
 (0)