AbstractSecuritysetEomAdjust Method

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

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public void setEomAdjust(
	bool eomAdjust
)

Parameters

eomAdjust  Boolean
The new eomAdjust setting.

See Also