Lean  $LEAN_TAG$
QuantConnect.Brokerages.NewBrokerageOrderNotificationEventArgs Class Reference

Event arguments class for the IBrokerage.NewBrokerageOrderNotification event More...

Public Member Functions

 NewBrokerageOrderNotificationEventArgs (Order order)
 Creates a new instance More...
 

Properties

Order Order [get, set]
 The new brokerage side generated order More...
 

Detailed Description

Event arguments class for the IBrokerage.NewBrokerageOrderNotification event

Definition at line 24 of file NewBrokerageOrderNotificationEventArgs.cs.

Constructor & Destructor Documentation

◆ NewBrokerageOrderNotificationEventArgs()

QuantConnect.Brokerages.NewBrokerageOrderNotificationEventArgs.NewBrokerageOrderNotificationEventArgs ( Order  order)

Creates a new instance

Definition at line 34 of file NewBrokerageOrderNotificationEventArgs.cs.

Property Documentation

◆ Order

Order QuantConnect.Brokerages.NewBrokerageOrderNotificationEventArgs.Order
getset

The new brokerage side generated order

Definition at line 29 of file NewBrokerageOrderNotificationEventArgs.cs.


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