public class ActActDCParams
extends java.lang.Object
| Constructor and Description |
|---|
ActActDCParams(int iFreq,
int iNumDays)
Constructs an ActActDCParams instance from the corresponding parameters
|
| Modifier and Type | Method and Description |
|---|---|
int |
days()
Number of Days in the Act/Act Period
|
int |
freq()
Retrieve the Frequency
|
static ActActDCParams |
FromFrequency(int iFreq)
Construct an ActActDCParams from the specified Frequency
|
public ActActDCParams(int iFreq,
int iNumDays)
throws java.lang.Exception
iFreq - FrequencyiNumDays - Number of Days in the Periodjava.lang.Exception - Thrown if inputs are invalidpublic static final ActActDCParams FromFrequency(int iFreq)
iFreq - The Frequencypublic int freq()
public int days()