Lean
$LEAN_TAG$
|
Represents a command that can be run against a single algorithm More...
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... | |
Represents a command that can be run against a single algorithm
Definition at line 23 of file ICommand.cs.
CommandResultPacket QuantConnect.Commands.ICommand.Run | ( | IAlgorithm | algorithm | ) |
Runs this command against the specified algorithm instance
algorithm | The algorithm to run this command against |
Implemented in QuantConnect.Commands.AddSecurityCommand, QuantConnect.Commands.OrderCommand, QuantConnect.Commands.UpdateOrderCommand, QuantConnect.Commands.AlgorithmStatusCommand, QuantConnect.Commands.LiquidateCommand, QuantConnect.Commands.CallbackCommand, QuantConnect.Commands.BaseCommand, and QuantConnect.Commands.CancelOrderCommand.
|
getset |
Unique command id
Definition at line 28 of file ICommand.cs.