ContinuousCallSchedule(Int32, FISADate) Constructor

Constructs a new ContinuousCallSchedule using the provided daysNotice and today as the tradeDate.

Definition

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

Parameters

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

See Also