Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Selection.LiquidETFUniverse.Grouping Class Reference

Represent a collection of ETF symbols that is grouped according to a given criteria More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Selection.LiquidETFUniverse.Grouping:
[legend]

Public Member Functions

 Grouping (IEnumerable< string > longTickers, IEnumerable< string > inverseTickers)
 Creates a new instance of Grouping. More...
 
override string ToString ()
 Returns a string that represents the current object. More...
 

Properties

List< SymbolLong [get]
 List of Symbols that follow the components direction More...
 
List< SymbolInverse [get]
 List of Symbols that follow the components inverse direction More...
 

Detailed Description

Represent a collection of ETF symbols that is grouped according to a given criteria

Definition at line 105 of file LiquidETFUniverse.cs.

Constructor & Destructor Documentation

◆ Grouping()

QuantConnect.Algorithm.Framework.Selection.LiquidETFUniverse.Grouping.Grouping ( IEnumerable< string >  longTickers,
IEnumerable< string >  inverseTickers 
)

Creates a new instance of Grouping.

Parameters
longTickersList of tickers of ETFs that follows the components direction
inverseTickersList of tickers of ETFs that follows the components inverse direction

Definition at line 122 of file LiquidETFUniverse.cs.

Here is the call graph for this function:

Member Function Documentation

◆ ToString()

override string QuantConnect.Algorithm.Framework.Selection.LiquidETFUniverse.Grouping.ToString ( )

Returns a string that represents the current object.

Returns
A string that represents the current object.

Definition at line 136 of file LiquidETFUniverse.cs.

Property Documentation

◆ Long

List<Symbol> QuantConnect.Algorithm.Framework.Selection.LiquidETFUniverse.Grouping.Long
get

List of Symbols that follow the components direction

Definition at line 110 of file LiquidETFUniverse.cs.

◆ Inverse

List<Symbol> QuantConnect.Algorithm.Framework.Selection.LiquidETFUniverse.Grouping.Inverse
get

List of Symbols that follow the components inverse direction

Definition at line 115 of file LiquidETFUniverse.cs.


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