ib: mask out trade and vlm rates for now
parent
97dd7e766a
commit
3531c2edc1
|
@ -671,8 +671,8 @@ async def _setup_quote_stream(
|
||||||
# making them mostly useless and explains why the scanner
|
# making them mostly useless and explains why the scanner
|
||||||
# is always slow XD
|
# is always slow XD
|
||||||
# '293', # Trade count for day
|
# '293', # Trade count for day
|
||||||
'294', # Trade rate / minute
|
# '294', # Trade rate / minute
|
||||||
'295', # Vlm rate / minute
|
# '295', # Vlm rate / minute
|
||||||
),
|
),
|
||||||
contract: Contract | None = None,
|
contract: Contract | None = None,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue