Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Alphas.INamedModel Interface Reference

Provides a marker interface allowing models to define their own names. If not specified, the framework will use the model's type name. Implementation of this is not required unless you plan on running multiple models of the same type w/ different parameters. More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Alphas.INamedModel:
[legend]

Properties

string Name [get]
 Defines a name for a framework model More...
 

Detailed Description

Provides a marker interface allowing models to define their own names. If not specified, the framework will use the model's type name. Implementation of this is not required unless you plan on running multiple models of the same type w/ different parameters.

Definition at line 24 of file INamedModel.cs.

Property Documentation

◆ Name

string QuantConnect.Algorithm.Framework.Alphas.INamedModel.Name
get

Defines a name for a framework model

Definition at line 29 of file INamedModel.cs.


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