Lean
$LEAN_TAG$
|
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... | |
Event arguments class for the IBrokerage.DelistingNotification event
Definition at line 23 of file DelistingNotificationEventArgs.cs.
QuantConnect.Brokerages.DelistingNotificationEventArgs.DelistingNotificationEventArgs | ( | Symbol | symbol | ) |
Initializes a new instance of the DelistingNotificationEventArgs class
symbol | The symbol |
Definition at line 34 of file DelistingNotificationEventArgs.cs.
|
get |
Gets the option symbol which has received a notification
Definition at line 28 of file DelistingNotificationEventArgs.cs.