public class StandardCDXParams
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
_dblCoupon |
int |
_iNumComponents |
java.lang.String |
_strCurrency |
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