Lean  $LEAN_TAG$
QuantConnect.Messages.FuncBenchmark Class Reference

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

Static Public Attributes

static string UnableToConvertPythonFunctionToBenchmarkFunction
 String message saying it was impossible to convert the Python function to a benchmark function More...
 

Detailed Description

Provides user-facing messages for the Benchmarks.FuncBenchmark class and its consumers or related classes

Definition at line 26 of file Messages.Benchmarks.cs.

Member Data Documentation

◆ UnableToConvertPythonFunctionToBenchmarkFunction

string QuantConnect.Messages.FuncBenchmark.UnableToConvertPythonFunctionToBenchmarkFunction
static
Initial value:
=
"Unable to convert Python function to benchmark function, please ensure the function supports Datetime input and decimal output"

String message saying it was impossible to convert the Python function to a benchmark function

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


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