Lean
$LEAN_TAG$
|
Filters a set of derivative symbols using the underlying price data. More...
Public Member Functions | |
IDerivativeSecurityFilterUniverse< T > | Filter (IDerivativeSecurityFilterUniverse< T > universe) |
Filters the input set of symbols represented by the universe More... | |
Properties | |
bool | Asynchronous [get, set] |
True if this universe filter can run async in the data stack More... | |
Filters a set of derivative symbols using the underlying price data.
T | : | ISymbol |
Definition at line 22 of file IDerivativeSecurityFilter.cs.
IDerivativeSecurityFilterUniverse<T> QuantConnect.Securities.IDerivativeSecurityFilter< T >.Filter | ( | IDerivativeSecurityFilterUniverse< T > | universe | ) |
Filters the input set of symbols represented by the universe
universe | derivative symbols universe used in filtering |
Implemented in QuantConnect.Securities.FuncSecurityDerivativeFilter< T >.
|
getset |
True if this universe filter can run async in the data stack
Definition at line 35 of file IDerivativeSecurityFilter.cs.