RedemptionsetLastInterestDate Method
Set or clear the last interest date, which would be the interest
date just prior to redemption.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public void setLastInterestDate(
FISADate lastInterestDate
)
Public Sub setLastInterestDate (
lastInterestDate As FISADate
)
Parameters
- lastInterestDate FISADate
-
a pointer to the lastInterestDate, or null. If the pointer is not
null, then a copy is made of the object referenced by the
pointer and the pointers value is not stored.