Lean  $LEAN_TAG$
QuantConnect.Messages.IndicatorDataPoint Class Reference

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

Static Public Member Functions

static string InvalidObjectTypeToCompareTo (Type type)
 Returns a string message saying the given type is invalid for certain object More...
 
static string ToString (Indicators.IndicatorDataPoint instance)
 Parses a IndicatorDataPoint instance into a string message containing basic information about it More...
 
static string UnsupportedMethod (string methodName)
 Returns a string message saying the given method cannot be called on this type More...
 

Detailed Description

Provides user-facing messages for the Indicators.IndicatorDataPoint class and its consumers or related classes

Definition at line 31 of file Messages.Indicators.cs.

Member Function Documentation

◆ InvalidObjectTypeToCompareTo()

static string QuantConnect.Messages.IndicatorDataPoint.InvalidObjectTypeToCompareTo ( Type  type)
static

Returns a string message saying the given type is invalid for certain object

Definition at line 37 of file Messages.Indicators.cs.

Here is the caller graph for this function:

◆ ToString()

static string QuantConnect.Messages.IndicatorDataPoint.ToString ( Indicators.IndicatorDataPoint  instance)
static

Parses a IndicatorDataPoint instance into a string message containing basic information about it

Definition at line 46 of file Messages.Indicators.cs.

Here is the caller graph for this function:

◆ UnsupportedMethod()

static string QuantConnect.Messages.IndicatorDataPoint.UnsupportedMethod ( string  methodName)
static

Returns a string message saying the given method cannot be called on this type

Definition at line 55 of file Messages.Indicators.cs.

Here is the caller graph for this function:

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