Lean  $LEAN_TAG$
QuantConnect.Brokerages.DelistingNotificationEventArgs Class Reference

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

Public Member Functions

 DelistingNotificationEventArgs (Symbol symbol)
 Initializes a new instance of the DelistingNotificationEventArgs class More...
 

Properties

Symbol Symbol [get]
 Gets the option symbol which has received a notification More...
 

Detailed Description

Event arguments class for the IBrokerage.DelistingNotification event

Definition at line 23 of file DelistingNotificationEventArgs.cs.

Constructor & Destructor Documentation

◆ DelistingNotificationEventArgs()

QuantConnect.Brokerages.DelistingNotificationEventArgs.DelistingNotificationEventArgs ( Symbol  symbol)

Initializes a new instance of the DelistingNotificationEventArgs class

Parameters
symbolThe symbol

Definition at line 34 of file DelistingNotificationEventArgs.cs.

Property Documentation

◆ Symbol

Symbol QuantConnect.Brokerages.DelistingNotificationEventArgs.Symbol
get

Gets the option symbol which has received a notification

Definition at line 28 of file DelistingNotificationEventArgs.cs.


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