Lean  $LEAN_TAG$
QuantConnect.Securities.IOrderEventProvider Interface Reference

Represents a type with a new OrderEvent event EventHandler. More...

Inheritance diagram for QuantConnect.Securities.IOrderEventProvider:
[legend]

Events

EventHandler< OrderEventNewOrderEvent
 Event fired when there is a new OrderEvent More...
 

Detailed Description

Represents a type with a new OrderEvent event EventHandler.

Definition at line 24 of file IOrderEventProvider.cs.

Event Documentation

◆ NewOrderEvent

EventHandler<OrderEvent> QuantConnect.Securities.IOrderEventProvider.NewOrderEvent

Event fired when there is a new OrderEvent

Will be called before the SecurityPortfolioManager

Definition at line 30 of file IOrderEventProvider.cs.


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