Lean  $LEAN_TAG$
QuantConnect.Orders.OrderUpdateEvent Class Reference

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

Properties

int OrderId [get, set]
 The order ID. More...
 
decimal TrailingStopPrice [get, set]
 The updated stop price for a TrailingStopOrder More...
 
bool StopTriggered [get, set]
 Flag indicating whether stop has been triggered for a StopLimitOrder More...
 

Detailed Description

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.

Definition at line 22 of file OrderUpdateEvent.cs.

Property Documentation

◆ OrderId

int QuantConnect.Orders.OrderUpdateEvent.OrderId
getset

The order ID.

Definition at line 27 of file OrderUpdateEvent.cs.

◆ TrailingStopPrice

decimal QuantConnect.Orders.OrderUpdateEvent.TrailingStopPrice
getset

The updated stop price for a TrailingStopOrder

Definition at line 32 of file OrderUpdateEvent.cs.

◆ StopTriggered

bool QuantConnect.Orders.OrderUpdateEvent.StopTriggered
getset

Flag indicating whether stop has been triggered for a StopLimitOrder

Definition at line 37 of file OrderUpdateEvent.cs.


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