public class Turn
extends java.lang.Object
Constructor and Description |
---|
Turn(int iStartDate,
int iFinishDate,
double dblSpread)
Turn Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
finishDate()
Retrieve the Finish Date
|
double |
spread()
Retrieve the Spread
|
int |
startDate()
Retrieve the Start Date
|
public Turn(int iStartDate, int iFinishDate, double dblSpread) throws java.lang.Exception
iStartDate
- Turn Period Start DateiFinishDate
- Turn Period Finish DatedblSpread
- Turn Period Spreadjava.lang.Exception
- Thrown if Inputs are Invalid