Lean  $LEAN_TAG$
QuantConnect.Notifications.Notification Class Reference

Local/desktop implementation of messaging system for Lean Engine. More...

Inheritance diagram for QuantConnect.Notifications.Notification:
[legend]

Public Member Functions

virtual void Send ()
 Method for sending implementations of notification object types. More...
 

Detailed Description

Local/desktop implementation of messaging system for Lean Engine.

Definition at line 27 of file Notification.cs.

Member Function Documentation

◆ Send()

virtual void QuantConnect.Notifications.Notification.Send ( )
virtual

Method for sending implementations of notification object types.

SMS, Email and Web are all handled by the QC Messaging Handler. To implement your own notification type implement it here.

Definition at line 33 of file Notification.cs.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: