From c034ea742f190ee782f9a847f19adf899ee22e64 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 9 Apr 2022 16:46:25 -0400 Subject: [PATCH] Fix comment: filled not executed is a valid status key --- piker/clearing/_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/clearing/_messages.py b/piker/clearing/_messages.py index ec5f4afb..7a48768c 100644 --- a/piker/clearing/_messages.py +++ b/piker/clearing/_messages.py @@ -184,7 +184,7 @@ class BrokerdStatus(BaseModel): # { # 'submitted', # 'cancelled', - # 'executed', + # 'filled', # } status: str