- java.lang.Object
-
- org.quantlib.ParkinsonSigma
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class ParkinsonSigma extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description ParkinsonSigma(double yearFraction)protectedParkinsonSigma(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RealTimeSeriescalculate(IntervalPriceTimeSeries arg0)voiddelete()protected voidfinalize()protected static longgetCPtr(ParkinsonSigma obj)protected static longswigRelease(ParkinsonSigma obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
ParkinsonSigma
protected ParkinsonSigma(long cPtr, boolean cMemoryOwn)
-
ParkinsonSigma
public ParkinsonSigma(double yearFraction)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(ParkinsonSigma obj)
-
swigRelease
protected static long swigRelease(ParkinsonSigma obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
calculate
public RealTimeSeries calculate(IntervalPriceTimeSeries arg0)
-
-