From 3ff9fb3e105e0c4a40693cf8f9e5323e4ccc1651 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 29 Jun 2023 14:01:36 -0400 Subject: [PATCH] clearing._messages: add todo to drop the `BrokedPosition` msg --- piker/clearing/_messages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/piker/clearing/_messages.py b/piker/clearing/_messages.py index 21974971..4946b0c0 100644 --- a/piker/clearing/_messages.py +++ b/piker/clearing/_messages.py @@ -301,6 +301,8 @@ class BrokerdError(Struct): broker_details: dict = {} +# TODO: yeah, so we REALLY need to completely deprecate +# this and use the `.accounting.Position` msg-type instead.. class BrokerdPosition(Struct): ''' Position update event from brokerd.