OrderUpdateEvent
QuantConnect.Orders.OrderUpdateEvent
Bases: Object
Event that fires each time an order is updated in the brokerage side. These are not status changes but mainly price changes, like the stop price of a trailing stop order.
order_id
order_id: int
The order ID.
trailing_stop_price
trailing_stop_price: float
The updated stop price for a TrailingStopOrder
stop_triggered
stop_triggered: bool
Flag indicating whether stop has been triggered for a StopLimitOrder