Skip to content

Commit 40e887a

Browse files
authored
Unseal greeks ComputeIndicator method (#8570)
1 parent 8149c29 commit 40e887a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Indicators/OptionGreekIndicatorBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ protected OptionGreeksIndicatorBase(string name, Symbol option, PyObject riskFre
138138
/// Computes the next value of the option greek indicator
139139
/// </summary>
140140
/// <returns>The input is returned unmodified.</returns>
141-
sealed protected override decimal ComputeIndicator()
141+
protected override decimal ComputeIndicator()
142142
{
143143
var time = Price.Current.EndTime;
144144

0 commit comments

Comments
 (0)