Lean  $LEAN_TAG$
QuantConnect.Orders.UpdateOrderFields Class Reference

Specifies the data in an order to be updated More...

Properties

decimal? Quantity [get, set]
 Specify to update the quantity of the order More...
 
decimal? LimitPrice [get, set]
 Specify to update the limit price of the order More...
 
decimal? StopPrice [get, set]
 Specify to update the stop price of the order More...
 
decimal? TriggerPrice [get, set]
 Specify to update the trigger price of the order More...
 
decimal? TrailingAmount [get, set]
 The trailing stop order trailing amount More...
 
string Tag [get, set]
 Specify to update the order's tag More...
 

Detailed Description

Specifies the data in an order to be updated

Definition at line 21 of file UpdateOrderFields.cs.

Property Documentation

◆ Quantity

decimal? QuantConnect.Orders.UpdateOrderFields.Quantity
getset

Specify to update the quantity of the order

Definition at line 26 of file UpdateOrderFields.cs.

◆ LimitPrice

decimal? QuantConnect.Orders.UpdateOrderFields.LimitPrice
getset

Specify to update the limit price of the order

Definition at line 31 of file UpdateOrderFields.cs.

◆ StopPrice

decimal? QuantConnect.Orders.UpdateOrderFields.StopPrice
getset

Specify to update the stop price of the order

Definition at line 36 of file UpdateOrderFields.cs.

◆ TriggerPrice

decimal? QuantConnect.Orders.UpdateOrderFields.TriggerPrice
getset

Specify to update the trigger price of the order

Definition at line 41 of file UpdateOrderFields.cs.

◆ TrailingAmount

decimal? QuantConnect.Orders.UpdateOrderFields.TrailingAmount
getset

The trailing stop order trailing amount

Definition at line 46 of file UpdateOrderFields.cs.

◆ Tag

string QuantConnect.Orders.UpdateOrderFields.Tag
getset

Specify to update the order's tag

Definition at line 51 of file UpdateOrderFields.cs.


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