Drop unmarketable trades for now
parent
aad9cb2dd0
commit
5bb11826f3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue