public class StandardCDXParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
_dblCoupon
CDX Coupon
|
int |
_iNumComponents
Number of CDX Components
|
java.lang.String |
_strCurrency
Currency
|
Constructor and Description |
---|
StandardCDXParams(int iNumComponents,
java.lang.String strCurrency,
double dblCoupon)
Create the Standard CDX Parameters object using the components, the currency, and the coupon
|
public int _iNumComponents
public java.lang.String _strCurrency
public double _dblCoupon
public StandardCDXParams(int iNumComponents, java.lang.String strCurrency, double dblCoupon) throws java.lang.Exception
iNumComponents
- CDX ComponentsstrCurrency
- CDX CurrencydblCoupon
- CDX Couponjava.lang.Exception
- Thrown if the Inputs are Invalid