Lean
$LEAN_TAG$
|
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... | |
Defines a collection of insights that were generated at the same time step
Definition at line 24 of file GeneratedInsightsCollection.cs.
QuantConnect.Algorithm.Framework.Alphas.GeneratedInsightsCollection.GeneratedInsightsCollection | ( | DateTime | dateTimeUtc, |
Insight[] | insights | ||
) |
Initializes a new instance of the GeneratedInsightsCollection class
dateTimeUtc | The utc date time the sinals were generated |
insights | The generated insights |
Definition at line 41 of file GeneratedInsightsCollection.cs.
|
get |
The utc date time the insights were generated
Definition at line 29 of file GeneratedInsightsCollection.cs.
|
get |
The generated insights
Definition at line 34 of file GeneratedInsightsCollection.cs.