- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.Quote
-
- org.quantlib.SimpleQuote
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SimpleQuote extends Quote implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description SimpleQuote(double value)protectedSimpleQuote(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(SimpleQuote obj)voidsetValue(double value)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
SimpleQuote
protected SimpleQuote(long cPtr, boolean cMemoryOwn)
-
SimpleQuote
public SimpleQuote(double value)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SimpleQuote obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classQuote
-
delete
public void delete()
-
setValue
public void setValue(double value)
-
-