Skip to content

Commit fe95afe

Browse files
authored
Merge pull request #421 from QuantStrategyLab/codex/ibkr-live-continuity-reconcile-v2
fix: read IBKR reconciliation portfolio once
2 parents fafd98a + c23653a commit fe95afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ def _handle_reconciliation():
18771877
observations = collect_read_only_reconciliation_observations(
18781878
ib,
18791879
account_ids=ACCOUNT_IDS,
1880-
fetch_portfolio_snapshot=fetch_market_portfolio_snapshot,
1880+
fetch_portfolio_snapshot=fetch_portfolio_snapshot,
18811881
market_currency=MARKET_CURRENCY,
18821882
cash_only_execution=CASH_ONLY_EXECUTION,
18831883
)

0 commit comments

Comments
 (0)