Lean  $LEAN_TAG$
QuantConnect.Securities.EmptyContractFilter Class Reference

Derivate security universe selection filter which will always return empty More...

Inheritance diagram for QuantConnect.Securities.EmptyContractFilter:
[legend]

Public Member Functions

IDerivativeSecurityFilterUniverse Filter (IDerivativeSecurityFilterUniverse 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
bool Asynchronous [get, set]
 True if this universe filter can run async in the data stack More...
 

Detailed Description

Derivate security universe selection filter which will always return empty

Definition at line 27 of file EmptyContractFilter.cs.

Member Function Documentation

◆ Filter()

IDerivativeSecurityFilterUniverse QuantConnect.Securities.EmptyContractFilter.Filter ( IDerivativeSecurityFilterUniverse  universe)

Filters the input set of symbols represented by the universe

Parameters
universederivative symbols universe used in filtering
Returns
The filtered set of symbols

Implements QuantConnect.Securities.IDerivativeSecurityFilter.

Definition at line 39 of file EmptyContractFilter.cs.

Property Documentation

◆ Asynchronous

bool QuantConnect.Securities.EmptyContractFilter.Asynchronous = true
getset

True if this universe filter can run async in the data stack

Definition at line 32 of file EmptyContractFilter.cs.


The documentation for this class was generated from the following file: