Lean
$LEAN_TAG$
|
Represents a command that will terminate the algorithm More...
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... | |
Represents a command that will terminate the algorithm
Definition at line 21 of file QuitCommand.cs.
QuantConnect.Commands.QuitCommand.QuitCommand | ( | ) |
Initializes a new instance of the QuitCommand
Definition at line 26 of file QuitCommand.cs.