MarketsetDefaultEomAdjust(Type, Boolean) Method

Change the default End of Month adjustment setting for the Security specified by the given classID.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public void setDefaultEomAdjust(
	Type type,
	bool defaultEomAdjust
)

Parameters

type  Type
The System::Type of a particular Security Implementation.
defaultEomAdjust  Boolean
new default End of Month adjust setting.

See Also