Skip to content

NotificationExtensions

QuantConnect.Notifications.NotificationExtensions

Bases: Object

Extension methods for Notification

can_send

can_send(notification: Notification) -> bool

Check if the notification can be sent (implements the Notification.send method)

Parameters:

Name Type Description Default
notification Notification

The notification

required

Returns:

Type Description
bool

Whether the notification can be sent.