public class LSQMCurveUpdate
extends java.lang.Object
| Constructor and Description |
|---|
LSQMCurveUpdate(int iInitialDate,
int iFinalDate,
LSQMCurveSnapshot snapshot,
LSQMCurveIncrement increment)
LSQMCurveUpdate Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
finalDate()
Retrieve the Final Date
|
LSQMCurveIncrement |
increment()
Retrieve the LSQM Curve Increment
|
int |
initialDate()
Retrieve the Initial Date
|
LSQMCurveSnapshot |
snapshot()
Retrieve the LSQM Curve Snapshot
|
public LSQMCurveUpdate(int iInitialDate,
int iFinalDate,
LSQMCurveSnapshot snapshot,
LSQMCurveIncrement increment)
throws java.lang.Exception
iInitialDate - The Initial DateiFinalDate - The Final Datesnapshot - The LSQM Curve Snapshotincrement - The LSQM Curve Incrementjava.lang.Exception - Thrown if the Inputs are invalidpublic int initialDate()
public int finalDate()
public LSQMCurveSnapshot snapshot()
public LSQMCurveIncrement increment()