Skip to content

UpdateOrderFields

QuantConnect.Orders.UpdateOrderFields

Bases: Object

Specifies the data in an order to be updated

quantity

quantity: Optional[float]

Specify to update the quantity of the order

limit_price

limit_price: Optional[float]

Specify to update the limit price of the order

stop_price

stop_price: Optional[float]

Specify to update the stop price of the order

trigger_price

trigger_price: Optional[float]

Specify to update the trigger price of the order

trailing_amount

trailing_amount: Optional[float]

The trailing stop order trailing amount

tag

tag: str

Specify to update the order's tag