Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Alphas.GeneratedInsightsCollection Class Reference

Defines a collection of insights that were generated at the same time step More...

Public Member Functions

 GeneratedInsightsCollection (DateTime dateTimeUtc, Insight[] insights)
 Initializes a new instance of the GeneratedInsightsCollection class More...
 

Properties

DateTime DateTimeUtc [get]
 The utc date time the insights were generated More...
 
Insight[] Insights [get]
 The generated insights More...
 

Detailed Description

Defines a collection of insights that were generated at the same time step

Definition at line 24 of file GeneratedInsightsCollection.cs.

Constructor & Destructor Documentation

◆ GeneratedInsightsCollection()

QuantConnect.Algorithm.Framework.Alphas.GeneratedInsightsCollection.GeneratedInsightsCollection ( DateTime  dateTimeUtc,
Insight[]  insights 
)

Initializes a new instance of the GeneratedInsightsCollection class

Parameters
dateTimeUtcThe utc date time the sinals were generated
insightsThe generated insights

Definition at line 41 of file GeneratedInsightsCollection.cs.

Property Documentation

◆ DateTimeUtc

DateTime QuantConnect.Algorithm.Framework.Alphas.GeneratedInsightsCollection.DateTimeUtc
get

The utc date time the insights were generated

Definition at line 29 of file GeneratedInsightsCollection.cs.

◆ Insights

Insight [] QuantConnect.Algorithm.Framework.Alphas.GeneratedInsightsCollection.Insights
get

The generated insights

Definition at line 34 of file GeneratedInsightsCollection.cs.


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