Lean  $LEAN_TAG$
QuantConnect.Benchmarks.IBenchmark Interface Reference

Specifies how to compute a benchmark for an algorithm More...

Inheritance diagram for QuantConnect.Benchmarks.IBenchmark:
[legend]

Public Member Functions

decimal Evaluate (DateTime time)
 Evaluates this benchmark at the specified time More...
 

Detailed Description

Specifies how to compute a benchmark for an algorithm

Definition at line 23 of file IBenchmark.cs.

Member Function Documentation

◆ Evaluate()

decimal QuantConnect.Benchmarks.IBenchmark.Evaluate ( DateTime  time)

Evaluates this benchmark at the specified time

Parameters
timeThe time to evaluate the benchmark at
Returns
The value of the benchmark at the specified time

Implemented in QuantConnect.Benchmarks.FuncBenchmark, QuantConnect.Benchmarks.SecurityBenchmark, and QuantConnect.Python.BenchmarkPythonWrapper.


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