Lean  $LEAN_TAG$
QuantConnect.Api.BaseOptimization Class Reference

BaseOptimization item from the QuantConnect.com API. More...

Inheritance diagram for QuantConnect.Api.BaseOptimization:
[legend]

Properties

string OptimizationId [get, set]
 Optimization ID More...
 
int ProjectId [get, set]
 Project ID of the project the optimization belongs to More...
 
string Name [get, set]
 Name of the optimization More...
 
OptimizationStatus Status [get, set]
 Status of the optimization More...
 
string NodeType [get, set]
 Optimization node type More...
 
Target Criterion [get, set]
 Optimization statistical target More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Detailed Description

BaseOptimization item from the QuantConnect.com API.

Definition at line 26 of file BaseOptimization.cs.

Property Documentation

◆ OptimizationId

string QuantConnect.Api.BaseOptimization.OptimizationId
getset

Optimization ID

Definition at line 32 of file BaseOptimization.cs.

◆ ProjectId

int QuantConnect.Api.BaseOptimization.ProjectId
getset

Project ID of the project the optimization belongs to

Definition at line 38 of file BaseOptimization.cs.

◆ Name

string QuantConnect.Api.BaseOptimization.Name
getset

Name of the optimization

Definition at line 44 of file BaseOptimization.cs.

◆ Status

OptimizationStatus QuantConnect.Api.BaseOptimization.Status
getset

Status of the optimization

Definition at line 50 of file BaseOptimization.cs.

◆ NodeType

string QuantConnect.Api.BaseOptimization.NodeType
getset

Optimization node type

OptimizationNodes

Definition at line 57 of file BaseOptimization.cs.

◆ Criterion

Target QuantConnect.Api.BaseOptimization.Criterion
getset

Optimization statistical target

Definition at line 63 of file BaseOptimization.cs.


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