Base command implementation
More...
Base command implementation
Definition at line 24 of file BaseCommand.cs.
◆ Run()
◆ GetSymbol()
Symbol QuantConnect.Commands.BaseCommand.GetSymbol |
( |
string |
ticker, |
|
|
SecurityType |
securityType, |
|
|
string |
market, |
|
|
Symbol |
symbol = null |
|
) |
| |
|
protected |
Creats symbol using symbol properties.
- Parameters
-
ticker | The string ticker symbol |
securityType | The security type of the ticker. If securityType == Option, then a canonical symbol is created |
market | The market the ticker resides in |
symbol | The algorithm to run this command against |
- Exceptions
-
ArgumentException | If symbol is null or symbol can't be created with given args |
Definition at line 45 of file BaseCommand.cs.
◆ Id
string QuantConnect.Commands.BaseCommand.Id |
|
getset |
The documentation for this class was generated from the following file: