Skip to content

QuantConnect.Commands

Classes

Class Description
AddSecurityCommand Represents a command to add a security to the algorithm
AlgorithmStatusCommand Represents a command that will change the algorithm's status
BaseCommand Base command implementation
BaseCommandHandler Base algorithm command handler
CallbackCommand Algorithm callback command type
CancelOrderCommand Represents a command to cancel a specific order by id
Command Base generic dynamic command class
CommandResultPacket Contains data held as the result of executing a command
FileCommandHandler Represents a command handler that sources it's commands from a file on the local disk
ICommand Represents a command that can be run against a single algorithm
ICommandHandler Represents a command queue for the algorithm. This is an entry point...
LiquidateCommand Represents a command that will liquidate the entire algorithm
OrderCommand Represents a command to submit an order to the algorithm
QuitCommand Represents a command that will terminate the algorithm
UpdateOrderCommand Represents a command to update an order by id