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

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public ContinuousCallSchedule(
	int daysNotice,
	FISADate maturityDate
)
Visual Basic (Declaration)
Public Sub New ( _
	daysNotice As Integer, _
	maturityDate As FISADate _
)
Visual C++
public:
ContinuousCallSchedule(
	int daysNotice, 
	FISADate^ maturityDate
)

Parameters

daysNotice
Type: System..::.Int32
daysNotice
maturityDate
Type: com.ftlabs.fisa..::.FISADate
The maturity date of the Security.

See Also