Set the DatedDate for this Security

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

Syntax

C#
public void setDatedDate(
	FISADate datedDate
)
Visual Basic (Declaration)
Public Sub setDatedDate ( _
	datedDate As FISADate _
)
Visual C++
public:
void setDatedDate(
	FISADate^ datedDate
)

Parameters

datedDate
Type: com.ftlabs.fisa..::.FISADate
A pointer to the new DatedDate, or 0 it none should be set. If datedDate != 0, a copy is made of the FISADate referenced by datedDate. Otherwise the datedDate is set to 0.

See Also