public class InstrumentSetTenorQuote
extends java.lang.Object
| Constructor and Description |
|---|
InstrumentSetTenorQuote()
Empty InstrumentSetTenorQuote Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.String strInstrument,
java.lang.String strTenor,
double dblQuote,
double dblScale)
Add the Instrument/Tenor/Quote/Scale Field Set
|
double[] |
instrumentQuote(java.lang.String strInstrument)
Retrieve the Named Instrument Quotes
|
java.lang.String[] |
instrumentTenor(java.lang.String strInstrument)
Retrieve the Named Instrument Tenors
|
java.util.Map<java.lang.Integer,TenorQuote> |
instrumentTenorQuote(java.lang.String strInstrument)
Retrieve the Named Instrument Group Quote Map
|
boolean |
isEmpty()
Indicates whether the ISTQ is Empty or not
|
public InstrumentSetTenorQuote()
public boolean add(java.lang.String strInstrument,
java.lang.String strTenor,
double dblQuote,
double dblScale)
strInstrument - Quote InstrumentstrTenor - Quote TenordblQuote - Quote ValuedblScale - Quote Scalepublic java.util.Map<java.lang.Integer,TenorQuote> instrumentTenorQuote(java.lang.String strInstrument)
strInstrument - The Instrument Group Namepublic java.lang.String[] instrumentTenor(java.lang.String strInstrument)
strInstrument - The Instrument Group Namepublic double[] instrumentQuote(java.lang.String strInstrument)
strInstrument - The Instrument Group Namepublic boolean isEmpty()