public class TenorQuote
extends java.lang.Object
Constructor and Description |
---|
TenorQuote(java.lang.String strTenor,
double dblQuote)
TenorQuote Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
quote()
Retrieve the Closing Quote
|
java.lang.String |
tenor()
Retrieve the Closing Tenor
|
java.lang.String |
toString() |