|
Lean
$LEAN_TAG$
|
Sms Notification Class More...
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... | |
Sms Notification Class
Definition at line 80 of file Notification.cs.
| QuantConnect.Notifications.NotificationSms.NotificationSms | ( | string | number, |
| string | message | ||
| ) |
Constructor for sending a notification SMS to a specified phone number
| number | |
| message |
Definition at line 98 of file Notification.cs.
|
getset |
Send a notification message to this phone number
Definition at line 85 of file Notification.cs.
|
getset |
Message to send. Limited to 160 characters
Definition at line 91 of file Notification.cs.