|
Lean
$LEAN_TAG$
|
Derivate security universe selection filter which will always return empty More...
Public Member Functions | |
| IDerivativeSecurityFilterUniverse< T > | Filter (IDerivativeSecurityFilterUniverse< T > universe) |
| Filters the input set of symbols represented by the universe More... | |
Properties | |
| bool | Asynchronous = true [get, set] |
| True if this universe filter can run async in the data stack More... | |
Properties inherited from QuantConnect.Securities.IDerivativeSecurityFilter< T > | |
| bool | Asynchronous [get, set] |
| True if this universe filter can run async in the data stack More... | |
Derivate security universe selection filter which will always return empty
| T | : | IChainUniverseData |
Definition at line 27 of file EmptyContractFilter.cs.
| IDerivativeSecurityFilterUniverse<T> QuantConnect.Securities.EmptyContractFilter< T >.Filter | ( | IDerivativeSecurityFilterUniverse< T > | universe | ) |
Filters the input set of symbols represented by the universe
| universe | derivative symbols universe used in filtering |
Implements QuantConnect.Securities.IDerivativeSecurityFilter< T >.
Definition at line 40 of file EmptyContractFilter.cs.
|
getset |
True if this universe filter can run async in the data stack
Definition at line 33 of file EmptyContractFilter.cs.