Lean  $LEAN_TAG$
QuantConnect.Messages.NotificationFtp Class Reference

Provides user-facing messages for the Notifications.NotificationFtp class and its consumers or related classes More...

Static Public Attributes

static string MissingSSHKey = "FTP SSH key missing for SFTP notification."
 String message saying the SSH key is missing More...
 
static string MissingPassword = "FTP password is missing for unsecure FTP notification."
 String message saying the password is missing More...
 

Detailed Description

Provides user-facing messages for the Notifications.NotificationFtp class and its consumers or related classes

Definition at line 45 of file Messages.Notifications.cs.

Member Data Documentation

◆ MissingSSHKey

string QuantConnect.Messages.NotificationFtp.MissingSSHKey = "FTP SSH key missing for SFTP notification."
static

String message saying the SSH key is missing

Definition at line 50 of file Messages.Notifications.cs.

◆ MissingPassword

string QuantConnect.Messages.NotificationFtp.MissingPassword = "FTP password is missing for unsecure FTP notification."
static

String message saying the password is missing

Definition at line 55 of file Messages.Notifications.cs.


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