Lean
$LEAN_TAG$
|
Represents a command to cancel a specific order by id More...
Classes | |
class | Result |
Result packet type for the CancelOrderCommand command More... | |
Public Member Functions | |
override CommandResultPacket | Run (IAlgorithm algorithm) |
Runs this command against the specified algorithm instance More... | |
Properties | |
int | OrderId [get, set] |
Gets or sets the order id to be cancelled 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... | |
Represents a command to cancel a specific order by id
Definition at line 23 of file CancelOrderCommand.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 34 of file CancelOrderCommand.cs.
|
getset |
Gets or sets the order id to be cancelled
Definition at line 28 of file CancelOrderCommand.cs.