From 5bb11826f37e220bf6f8f69b63a9a37749d7c385 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 8 Sep 2020 09:58:41 -0400 Subject: [PATCH] Drop unmarketable trades for now --- piker/brokers/ib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/brokers/ib.py b/piker/brokers/ib.py index a6da1123..fe68aa01 100644 --- a/piker/brokers/ib.py +++ b/piker/brokers/ib.py @@ -268,7 +268,7 @@ class Client: self, symbol: str, to_trio, - opts: Tuple[int] = ('233', '375'), + opts: Tuple[int] = ('375',), # '233', ), # opts: Tuple[int] = ('459',), ) -> None: """Stream a ticker using the std L1 api.