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

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

Syntax

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

Parameters

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

See Also