Lean  $LEAN_TAG$
QuantConnect.Notifications.NotificationSms Class Reference

Sms Notification Class More...

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

Public Member Functions

 NotificationSms (string number, string message)
 Constructor for sending a notification SMS to a specified phone number More...
 
- Public Member Functions inherited from QuantConnect.Notifications.Notification
virtual void Send ()
 Method for sending implementations of notification object types. More...
 

Public Attributes

string PhoneNumber
 Send a notification message to this phone number More...
 
string Message
 Message to send. Limited to 160 characters More...
 

Detailed Description

Sms Notification Class

Definition at line 78 of file Notification.cs.

Constructor & Destructor Documentation

◆ NotificationSms()

QuantConnect.Notifications.NotificationSms.NotificationSms ( string  number,
string  message 
)

Constructor for sending a notification SMS to a specified phone number

Parameters
number
message

Definition at line 96 of file Notification.cs.

Member Data Documentation

◆ PhoneNumber

string QuantConnect.Notifications.NotificationSms.PhoneNumber

Send a notification message to this phone number

Definition at line 83 of file Notification.cs.

◆ Message

string QuantConnect.Notifications.NotificationSms.Message

Message to send. Limited to 160 characters

Definition at line 89 of file Notification.cs.


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