Lean  $LEAN_TAG$
QuantConnect.Api.NodeList Class Reference

Collection of Node objects for each target environment. More...

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

Properties

List< NodeBacktestNodes [get, set]
 Collection of backtest nodes More...
 
List< NodeResearchNodes [get, set]
 Collection of research nodes More...
 
List< NodeLiveNodes [get, set]
 Collection of live nodes 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...
 
- Public Member Functions inherited from QuantConnect.Api.StringRepresentation
override string ToString ()
 Returns the string representation of this object More...
 

Detailed Description

Collection of Node objects for each target environment.

Definition at line 135 of file Nodes.cs.

Property Documentation

◆ BacktestNodes

List<Node> QuantConnect.Api.NodeList.BacktestNodes
getset

Collection of backtest nodes

Definition at line 141 of file Nodes.cs.

◆ ResearchNodes

List<Node> QuantConnect.Api.NodeList.ResearchNodes
getset

Collection of research nodes

Definition at line 147 of file Nodes.cs.

◆ LiveNodes

List<Node> QuantConnect.Api.NodeList.LiveNodes
getset

Collection of live nodes

Definition at line 153 of file Nodes.cs.


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