Redemption(FISADate, Double) Constructor

This will initialize a Redemption with the provided date and value and will set lastInterestDate to null.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public Redemption(
	FISADate date,
	double value
)

Parameters

date  FISADate
the date of this Redemption.
value  Double
the redemtpion value.

See Also