public class StreamQuoteSet
extends java.lang.Object
| Constructor and Description |
|---|
StreamQuoteSet()
Empty StreamQuoteSet Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
basis()
Retrieve the Basis
|
boolean |
containsBasis()
Indicate if the Basis Field exists
|
boolean |
containsCouponSpread()
Indicate if the Coupon/Spread Field exists
|
boolean |
containsPV()
Indicate if the PV Field exists
|
double |
couponSpread()
Retrieve the Coupon/Spread
|
double |
pv()
Retrieve the PV
|
boolean |
setBasis(double dblBasis)
Set the Basis
|
boolean |
setCouponSpread(double dblCouponSpread)
Set the Coupon/Spread
|
boolean |
setPV(double dblPV)
Set the PV
|
public boolean setPV(double dblPV)
dblPV - The PVpublic boolean containsPV()
public double pv()
throws java.lang.Exception
java.lang.Exception - Thrown if the PV Field does not existpublic boolean setCouponSpread(double dblCouponSpread)
dblCouponSpread - The Coupon/Spreadpublic boolean containsCouponSpread()
public double couponSpread()
throws java.lang.Exception
java.lang.Exception - Thrown if the Coupon/Spread Field does not existpublic boolean setBasis(double dblBasis)
dblBasis - The Basispublic boolean containsBasis()
public double basis()
throws java.lang.Exception
java.lang.Exception - Thrown if the Basis Field does not exist