ib: mask out trade and vlm rates for now

go_httpx
Tyler Goodlet 2024-06-18 10:03:34 -04:00
parent 97dd7e766a
commit 3531c2edc1
1 changed files with 2 additions and 2 deletions

View File

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