diff --git a/piker/clearing/_messages.py b/piker/clearing/_messages.py index 7a48768c..1f07f0b0 100644 --- a/piker/clearing/_messages.py +++ b/piker/clearing/_messages.py @@ -242,7 +242,7 @@ class BrokerdError(BaseModel): # if no brokerd order request was actually submitted (eg. we errored # at the ``pikerd`` layer) then there will be ``reqid`` allocated. - reqid: Union[int, str] = '' + reqid: Optional[Union[int, str]] = None symbol: str reason: str