Skip to content

CreatedNode

QuantConnect.Api.CreatedNode

CreatedNode()

Bases: RestResponse

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

JSON Constructor

node

node: Node

The created node from node/create

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object