Lean  $LEAN_TAG$
QuantConnect.Api.CreatedNode Class Reference

Rest api response wrapper for node/create, reads in the nodes information into a node object More...

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

Properties

Node Node [get, set]
 The created node from node/create 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

Rest api response wrapper for node/create, reads in the nodes information into a node object

Definition at line 160 of file Nodes.cs.

Property Documentation

◆ Node

Node QuantConnect.Api.CreatedNode.Node
getset

The created node from node/create

Definition at line 166 of file Nodes.cs.


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