Lean
$LEAN_TAG$
|
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... | |
Provides user-facing messages for the Indicators.IndicatorDataPoint class and its consumers or related classes
Definition at line 31 of file Messages.Indicators.cs.
|
static |
Returns a string message saying the given type is invalid for certain object
Definition at line 37 of file Messages.Indicators.cs.
|
static |
Parses a IndicatorDataPoint instance into a string message containing basic information about it
Definition at line 46 of file Messages.Indicators.cs.
|
static |
Returns a string message saying the given method cannot be called on this type
Definition at line 55 of file Messages.Indicators.cs.