Lean
$LEAN_TAG$
|
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... | |
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.
|
getset |
The order ID.
Definition at line 27 of file OrderUpdateEvent.cs.
|
getset |
The updated stop price for a TrailingStopOrder
Definition at line 32 of file OrderUpdateEvent.cs.
|
getset |
Flag indicating whether stop has been triggered for a StopLimitOrder
Definition at line 37 of file OrderUpdateEvent.cs.