DelistingNotificationEventArgs
QuantConnect.Brokerages.DelistingNotificationEventArgs
DelistingNotificationEventArgs(
symbol: Union[Symbol, str, BaseContract],
)
Bases: Object
Event arguments class for the IBrokerage.delisting_notification event
Initializes a new instance of the DelistingNotificationEventArgs class
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
symbol
|
Union[Symbol, str, BaseContract]
|
The symbol |
required |