public class FuturesComponentQuoteSet extends ProductQuoteSet
| Constructor and Description |
|---|
FuturesComponentQuoteSet(LatentStateSpecification[] aLSS)
FuturesComponentQuoteSet Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPrice()
Indicate if the Price Field exists
|
boolean |
containsRate()
Indicate if the Rate Field exists
|
double |
price()
Retrieve the Price
|
double |
rate()
Retrieve the Rate
|
boolean |
setPrice(double dblPrice)
Set the Price
|
boolean |
setRate(double dblRate)
Set the Rate
|
contains, contains, containsLatentStateQuantificationMetric, containsLatentStateType, fields, forwardLabel, fundingLabel, fxLabel, get, govvieLabel, lss, set, volatilityLabelpublic FuturesComponentQuoteSet(LatentStateSpecification[] aLSS) throws java.lang.Exception
aLSS - Array of Latent State Specificationjava.lang.Exception - Thrown if Inputs are invalidpublic boolean setPrice(double dblPrice)
dblPrice - The Pricepublic boolean containsPrice()
public double price()
throws java.lang.Exception
java.lang.Exception - Thrown if the Price Field does not existpublic boolean setRate(double dblRate)
dblRate - The Ratepublic boolean containsRate()
public double rate()
throws java.lang.Exception
java.lang.Exception - Thrown if the Rate Field does not exist