Skip to content

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

symbol

symbol: Symbol

Gets the option symbol which has received a notification

to_string

to_string() -> str

Returns a string describing the delisting notification.