Lean  $LEAN_TAG$
QuantConnect.Commands.CancelOrderCommand.Result Class Reference

Result packet type for the CancelOrderCommand command More...

Inheritance diagram for QuantConnect.Commands.CancelOrderCommand.Result:
[legend]

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...
 

Detailed Description

Result packet type for the CancelOrderCommand command

Definition at line 45 of file CancelOrderCommand.cs.

Constructor & Destructor Documentation

◆ Result()

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.

Property Documentation

◆ QuantityFilled

decimal QuantConnect.Commands.CancelOrderCommand.Result.QuantityFilled
getset

Gets or sets the quantity filled on the cancelled order

Definition at line 50 of file CancelOrderCommand.cs.


The documentation for this class was generated from the following file: