Lean  $LEAN_TAG$
QuantConnect.Commands.ICommand Interface Reference

Represents a command that can be run against a single algorithm More...

Inheritance diagram for QuantConnect.Commands.ICommand:
[legend]

Public Member Functions

CommandResultPacket Run (IAlgorithm algorithm)
 Runs this command against the specified algorithm instance More...
 

Properties

string Id [get, set]
 Unique command id More...
 

Detailed Description

Represents a command that can be run against a single algorithm

Definition at line 23 of file ICommand.cs.

Member Function Documentation

◆ Run()

CommandResultPacket QuantConnect.Commands.ICommand.Run ( IAlgorithm  algorithm)

Property Documentation

◆ Id

string QuantConnect.Commands.ICommand.Id
getset

Unique command id

Definition at line 28 of file ICommand.cs.


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