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...
 

Properties

string PhoneNumber [get, set]
 Send a notification message to this phone number More...
 
string Message [get, set]
 Message to send. Limited to 160 characters More...
 

Detailed Description

Sms Notification Class

Definition at line 80 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 98 of file Notification.cs.

Property Documentation

◆ PhoneNumber

string QuantConnect.Notifications.NotificationSms.PhoneNumber
getset

Send a notification message to this phone number

Definition at line 85 of file Notification.cs.

◆ Message

string QuantConnect.Notifications.NotificationSms.Message
getset

Message to send. Limited to 160 characters

Definition at line 91 of file Notification.cs.


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