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