|
Lean
$LEAN_TAG$
|
Web Notification Class More...
Public Member Functions | |
| NotificationWeb (string address, object data=null, Dictionary< string, string > headers=null) | |
| 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 | |
| Dictionary< string, string > | Headers [get, set] |
| Optional email headers More... | |
| string | Address [get, set] |
| Send a notification message to this web address More... | |
| object | Data [get, set] |
| Object data to send. More... | |
Web Notification Class
Definition at line 44 of file Notification.cs.
| QuantConnect.Notifications.NotificationWeb.NotificationWeb | ( | string | address, |
| object | data = null, |
||
| Dictionary< string, string > | headers = null |
||
| ) |
Constructor for sending a notification SMS to a specified phone number
| address | Address to send to |
| data | Data to send |
| headers | Optional headers to use |
Definition at line 69 of file Notification.cs.
|
getset |
Optional email headers
Definition at line 50 of file Notification.cs.
|
getset |
Send a notification message to this web address
Definition at line 55 of file Notification.cs.
|
getset |
Object data to send.
Definition at line 61 of file Notification.cs.