|
Lean
$LEAN_TAG$
|
Algorithm callback command type More...
Public Member Functions | |
| override CommandResultPacket | Run (IAlgorithm algorithm) |
| Runs this command against the specified algorithm instance More... | |
| override string | ToString () |
| The command string representation More... | |
Properties | |
| string | Type [get, set] |
| The target command type to run, if empty or null will be the generic untyped command handler More... | |
| string | Payload [get, set] |
| The command payload 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... | |
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... | |
Algorithm callback command type
Definition at line 24 of file CallbackCommand.cs.
|
virtual |
Runs this command against the specified algorithm instance
| algorithm | The algorithm to run this command against |
Implements QuantConnect.Commands.BaseCommand.
Definition at line 40 of file CallbackCommand.cs.
| override string QuantConnect.Commands.CallbackCommand.ToString | ( | ) |
The command string representation
Definition at line 54 of file CallbackCommand.cs.
|
getset |
The target command type to run, if empty or null will be the generic untyped command handler
Definition at line 29 of file CallbackCommand.cs.
|
getset |
The command payload
Definition at line 34 of file CallbackCommand.cs.