Lean  $LEAN_TAG$
QuantConnect.Commands.QuitCommand Class Reference

Represents a command that will terminate the algorithm More...

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

Public Member Functions

 QuitCommand ()
 Initializes a new instance of the QuitCommand More...
 
- Public Member Functions inherited from QuantConnect.Commands.AlgorithmStatusCommand
 AlgorithmStatusCommand ()
 Initializes a new instance of the AlgorithmStatusCommand More...
 
 AlgorithmStatusCommand (AlgorithmStatus status)
 Initializes a new instance of the AlgorithmStatusCommand with the specified status More...
 
override CommandResultPacket Run (IAlgorithm algorithm)
 Sets the algorithm's status to Status More...
 

Additional Inherited Members

- Protected Member Functions inherited from QuantConnect.Commands.BaseCommand
Symbol GetSymbol (string ticker, SecurityType securityType, string market, Symbol symbol=null)
 Creats symbol using symbol properties. More...
 
- Properties inherited from QuantConnect.Commands.AlgorithmStatusCommand
AlgorithmStatus Status [get, set]
 Gets or sets the algorithm status More...
 
- Properties inherited from QuantConnect.Commands.BaseCommand
string Id [get, set]
 Unique command id More...
 
- Properties inherited from QuantConnect.Commands.ICommand
string Id [get, set]
 Unique command id More...
 

Detailed Description

Represents a command that will terminate the algorithm

Definition at line 21 of file QuitCommand.cs.

Constructor & Destructor Documentation

◆ QuitCommand()

QuantConnect.Commands.QuitCommand.QuitCommand ( )

Initializes a new instance of the QuitCommand

Definition at line 26 of file QuitCommand.cs.


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