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

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

Detailed Description

Web Notification Class

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

Property Documentation

◆ Headers

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

Optional email headers

Definition at line 50 of file Notification.cs.

◆ Address

string QuantConnect.Notifications.NotificationWeb.Address
getset

Send a notification message to this web address

Definition at line 55 of file Notification.cs.

◆ Data

object QuantConnect.Notifications.NotificationWeb.Data
getset

Object data to send.

Definition at line 61 of file Notification.cs.


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