Fix comment: filled not executed is a valid status key

kraken_cleaning
Tyler Goodlet 2022-04-09 16:46:25 -04:00
parent d26fea70c7
commit c034ea742f
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class BrokerdStatus(BaseModel):
# {
# 'submitted',
# 'cancelled',
# 'executed',
# 'filled',
# }
status: str