Lean
$LEAN_TAG$
|
Specifies how to compute a benchmark for an algorithm More...
Public Member Functions | |
decimal | Evaluate (DateTime time) |
Evaluates this benchmark at the specified time More... | |
Specifies how to compute a benchmark for an algorithm
Definition at line 23 of file IBenchmark.cs.
decimal QuantConnect.Benchmarks.IBenchmark.Evaluate | ( | DateTime | time | ) |
Evaluates this benchmark at the specified time
time | The time to evaluate the benchmark at |
Implemented in QuantConnect.Benchmarks.FuncBenchmark, QuantConnect.Benchmarks.SecurityBenchmark, and QuantConnect.Python.BenchmarkPythonWrapper.