You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
When fetching options for ES, for example, we have to load more than 6,000 tickers. This takes a while and no usable data is returned in the meantime. We could split this up into a few separate loads.
We could also choose to use reqMktData here, which is just what reqTickers does under the hood.
The text was updated successfully, but these errors were encountered:
When fetching options for
ES
, for example, we have to load more than 6,000 tickers. This takes a while and no usable data is returned in the meantime. We could split this up into a few separate loads.We could also choose to use
reqMktData
here, which is just whatreqTickers
does under the hood.The text was updated successfully, but these errors were encountered: