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

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

Syntax

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

Parameters

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

See Also