Set the EOM Adjust flag, which determines whether the End Of Month Adjustment rule should be used while calculating days for this Security.

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

Syntax

C#
public void setEomAdjust(
	bool eomAdjust
)
Visual Basic (Declaration)
Public Sub setEomAdjust ( _
	eomAdjust As Boolean _
)
Visual C++
public:
void setEomAdjust(
	bool eomAdjust
)

Parameters

eomAdjust
Type: System..::.Boolean
The new eomAdjust setting.

See Also