From 5a303ede1e5bcf6d765d20114f659d553ee68bdd Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 23 Jun 2021 10:09:45 -0400 Subject: [PATCH] Add more futes, add in order status comments --- piker/brokers/ib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piker/brokers/ib.py b/piker/brokers/ib.py index ecbd857a..c2e70834 100644 --- a/piker/brokers/ib.py +++ b/piker/brokers/ib.py @@ -1384,6 +1384,7 @@ async def trades_dialogue( # - short-sale but securities haven't been located, in this # case we should probably keep the order in some kind of # weird state or cancel it outright? + # status='PendingSubmit', message=''), # status='Cancelled', message='Error 404, # reqId 1550: Order held while securities are located.'),