Lean
$LEAN_TAG$
|
This is the complete list of members for QuantConnect.Notifications.NotificationManager, including all inherited members.
Email(string address, string subject, string message, string data, PyObject headers) | QuantConnect.Notifications.NotificationManager | |
Email(string address, string subject, string message, string data="", Dictionary< string, string > headers=null) | QuantConnect.Notifications.NotificationManager | |
Ftp(string hostname, string username, string password, string filePath, byte[] fileContent, int? port=null) | QuantConnect.Notifications.NotificationManager | |
Ftp(string hostname, string username, string password, string filePath, string fileContent, int? port=null) | QuantConnect.Notifications.NotificationManager | |
Messages | QuantConnect.Notifications.NotificationManager | |
NotificationManager(bool liveMode) | QuantConnect.Notifications.NotificationManager | |
Sftp(string hostname, string username, string password, string filePath, byte[] fileContent, int? port=null) | QuantConnect.Notifications.NotificationManager | |
Sftp(string hostname, string username, string password, string filePath, string fileContent, int? port=null) | QuantConnect.Notifications.NotificationManager | |
Sftp(string hostname, string username, string privateKey, string privateKeyPassphrase, string filePath, byte[] fileContent, int? port=null) | QuantConnect.Notifications.NotificationManager | |
Sftp(string hostname, string username, string privateKey, string privateKeyPassphrase, string filePath, string fileContent, int? port=null) | QuantConnect.Notifications.NotificationManager | |
Sms(string phoneNumber, string message) | QuantConnect.Notifications.NotificationManager | |
Telegram(string id, string message, string token=null) | QuantConnect.Notifications.NotificationManager | |
Web(string address, object data, PyObject headers) | QuantConnect.Notifications.NotificationManager | |
Web(string address, object data=null, Dictionary< string, string > headers=null) | QuantConnect.Notifications.NotificationManager |