DelistingNotificationEventArgs
QuantConnect.Brokerages.DelistingNotificationEventArgs
DelistingNotificationEventArgs(
symbol: Union[Symbol, str, BaseContract, Security],
)
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, Security]
|
The symbol |
required |
to_string
to_string() -> str
Returns a string describing the delisting notification.