aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/trade_dataclasses.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/trade_dataclasses.py b/python/trade_dataclasses.py
index 669ad3c2..ebb22069 100644
--- a/python/trade_dataclasses.py
+++ b/python/trade_dataclasses.py
@@ -468,6 +468,7 @@ class Citco:
dest = DAILY_DIR / str(datetime.date.today()) / cls.fname()
dest.write_bytes(buf)
cls._citco_queue.clear()
+ cls._submission_queue.clear()
def citco_stage(self):
self._citco_queue.append(self.to_citco())