From fe6d7ce1108ecf8aaa93ce3264e63ab6d626963a Mon Sep 17 00:00:00 2001 From: Matt Stancliff Date: Tue, 13 Aug 2024 19:07:09 -0700 Subject: [PATCH] Fix refactored-away extra cleanup spot Forgot to add this as another partial commit during another patch of fixes for removing an old data holder. Fixes #12 --- icli/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/icli/cli.py b/icli/cli.py index 2487251..c13f3f1 100644 --- a/icli/cli.py +++ b/icli/cli.py @@ -3251,7 +3251,6 @@ async def reconnect(): # reset cached states on reconnect so we don't show stale data self.summary.clear() self.position.clear() - self.order.clear() self.pnlSingle.clear() await self.ib.connectAsync(