|
Lean
$LEAN_TAG$
|
Result packet type for the CancelOrderCommand command More...
Public Member Functions | |
| Result (ICommand command, bool success, decimal quantityFilled) | |
| Initializes a new instance of the Result class More... | |
Public Member Functions inherited from QuantConnect.Commands.CommandResultPacket | |
| CommandResultPacket (ICommand command, bool? success) | |
| Initializes a new instance of the CommandResultPacket class More... | |
Public Member Functions inherited from QuantConnect.Packets.Packet | |
| Packet (PacketType type) | |
| Initialize the base class and setup the packet type. More... | |
Properties | |
| decimal | QuantityFilled [get, set] |
| Gets or sets the quantity filled on the cancelled order More... | |
Properties inherited from QuantConnect.Commands.CommandResultPacket | |
| string | CommandName [get, set] |
| Gets or sets the command that produced this packet More... | |
| bool? | Success [get, set] |
| Gets or sets whether or not the More... | |
Properties inherited from QuantConnect.Packets.Packet | |
| PacketType | Type = PacketType.None [get, set] |
| Packet type defined by a string enum More... | |
| virtual string | Channel = "" [get, set] |
| User unique specific channel endpoint to send the packets More... | |
Result packet type for the CancelOrderCommand command
Definition at line 45 of file CancelOrderCommand.cs.
| QuantConnect.Commands.CancelOrderCommand.Result.Result | ( | ICommand | command, |
| bool | success, | ||
| decimal | quantityFilled | ||
| ) |
Initializes a new instance of the Result class
Definition at line 55 of file CancelOrderCommand.cs.
|
getset |
Gets or sets the quantity filled on the cancelled order
Definition at line 50 of file CancelOrderCommand.cs.