RedemptionsetLastInterestDate Method

Set or clear the last interest date, which would be the interest date just prior to redemption.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public void setLastInterestDate(
	FISADate lastInterestDate
)

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.

See Also