Drop unmarketable trades for now

ib_backend
Tyler Goodlet 2020-09-08 09:58:41 -04:00
parent aad9cb2dd0
commit 5bb11826f3
1 changed files with 1 additions and 1 deletions

View File

@ -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.