- java.lang.Object
-
- org.quantlib.GarmanKlassSigma6
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GarmanKlassSigma6 extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description GarmanKlassSigma6(double yearFraction, double marketOpenFraction)protectedGarmanKlassSigma6(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(GarmanKlassSigma6 obj)protected static longswigRelease(GarmanKlassSigma6 obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
GarmanKlassSigma6
protected GarmanKlassSigma6(long cPtr, boolean cMemoryOwn)
-
GarmanKlassSigma6
public GarmanKlassSigma6(double yearFraction, double marketOpenFraction)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GarmanKlassSigma6 obj)
-
swigRelease
protected static long swigRelease(GarmanKlassSigma6 obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
calculate
public RealTimeSeries calculate(IntervalPriceTimeSeries arg0)
-
-