Drop unmarketable trades for now
parent
aad9cb2dd0
commit
5bb11826f3
|
@ -268,7 +268,7 @@ class Client:
|
||||||
self,
|
self,
|
||||||
symbol: str,
|
symbol: str,
|
||||||
to_trio,
|
to_trio,
|
||||||
opts: Tuple[int] = ('233', '375'),
|
opts: Tuple[int] = ('375',), # '233', ),
|
||||||
# opts: Tuple[int] = ('459',),
|
# opts: Tuple[int] = ('459',),
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Stream a ticker using the std L1 api.
|
"""Stream a ticker using the std L1 api.
|
||||||
|
|
Loading…
Reference in New Issue