Lean  $LEAN_TAG$
QuantConnect.Notifications.NotificationWeb Class Reference

Web Notification Class More...

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

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

Public Attributes

Dictionary< string, string > Headers
 Optional email headers More...
 
string Address
 Send a notification message to this web address More...
 
object Data
 Object data to send. More...
 

Detailed Description

Web Notification Class

Definition at line 42 of file Notification.cs.

Constructor & Destructor Documentation

◆ NotificationWeb()

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

Parameters
addressAddress to send to
dataData to send
headersOptional headers to use

Definition at line 67 of file Notification.cs.

Member Data Documentation

◆ Headers

Dictionary<string, string> QuantConnect.Notifications.NotificationWeb.Headers

Optional email headers

Definition at line 48 of file Notification.cs.

◆ Address

string QuantConnect.Notifications.NotificationWeb.Address

Send a notification message to this web address

Definition at line 53 of file Notification.cs.

◆ Data

object QuantConnect.Notifications.NotificationWeb.Data

Object data to send.

Definition at line 59 of file Notification.cs.


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