ContinuousCallSchedule(FISADate, Int32, FISADate) Constructor

Constructs a new ContinuousCallSchedule using the provided tradeDate, daysNotice and maturityDate.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public ContinuousCallSchedule(
	FISADate tradeDate,
	int daysNotice,
	FISADate maturityDate
)

Parameters

tradeDate  FISADate
tradeDate
daysNotice  Int32
daysNotice
maturityDate  FISADate
The maturity date of the Security.

See Also