This is the complete list of members for QuantConnect.Algorithm.Framework.Selection.OpenInterestFutureUniverseSelectionModel, including all inherited members.
| CreateUniverses(QCAlgorithm algorithm) | QuantConnect.Algorithm.Framework.Selection.FutureUniverseSelectionModel | virtual |
| Filter(FutureFilterUniverse filter) | QuantConnect.Algorithm.Framework.Selection.OpenInterestFutureUniverseSelectionModel | protectedvirtual |
| FilterByOpenInterest(IReadOnlyDictionary< Symbol, MarketHoursDatabase.Entry > contracts) | QuantConnect.Algorithm.Framework.Selection.OpenInterestFutureUniverseSelectionModel | |
| FutureUniverseSelectionModel(TimeSpan refreshInterval, Func< DateTime, IEnumerable< Symbol >> futureChainSymbolSelector) | QuantConnect.Algorithm.Framework.Selection.FutureUniverseSelectionModel | |
| FutureUniverseSelectionModel(TimeSpan refreshInterval, Func< DateTime, IEnumerable< Symbol >> futureChainSymbolSelector, UniverseSettings universeSettings) | QuantConnect.Algorithm.Framework.Selection.FutureUniverseSelectionModel | |
| GetNextRefreshTimeUtc() | QuantConnect.Algorithm.Framework.Selection.FutureUniverseSelectionModel | virtual |
| OpenInterestFutureUniverseSelectionModel(IAlgorithm algorithm, Func< DateTime, IEnumerable< Symbol >> futureChainSymbolSelector, int? chainContractsLookupLimit=6, int? resultsLimit=1) | QuantConnect.Algorithm.Framework.Selection.OpenInterestFutureUniverseSelectionModel | |
| OpenInterestFutureUniverseSelectionModel(IAlgorithm algorithm, PyObject futureChainSymbolSelector, int? chainContractsLookupLimit=6, int? resultsLimit=1) | QuantConnect.Algorithm.Framework.Selection.OpenInterestFutureUniverseSelectionModel | |