Lean  $LEAN_TAG$
QuantConnect.Messages.NotificationJsonConverter Class Reference

Provides user-facing messages for the Notifications.NotificationJsonConverter class and its consumers or related classes More...

Static Public Member Functions

static string UnexpectedJsonObject (JObject jObject)
 String message saying the given object is unexpected More...
 

Static Public Attributes

static string WriteNotImplemented = "Not implemented, should not be called"
 String message saying the write method has not been implemented and should not be called More...
 

Detailed Description

Provides user-facing messages for the Notifications.NotificationJsonConverter class and its consumers or related classes

Definition at line 61 of file Messages.Notifications.cs.

Member Function Documentation

◆ UnexpectedJsonObject()

static string QuantConnect.Messages.NotificationJsonConverter.UnexpectedJsonObject ( JObject  jObject)
static

String message saying the given object is unexpected

Definition at line 72 of file Messages.Notifications.cs.

Here is the caller graph for this function:

Member Data Documentation

◆ WriteNotImplemented

string QuantConnect.Messages.NotificationJsonConverter.WriteNotImplemented = "Not implemented, should not be called"
static

String message saying the write method has not been implemented and should not be called

Definition at line 66 of file Messages.Notifications.cs.


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