MarketsetDefaultBusinessDayAdjustType(Type, BusinessDayAdjustType) Method

Change the default BusinessDayAdjustType for the Security implementation specified by 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 setDefaultBusinessDayAdjustType(
	Type type,
	BusinessDayAdjustType defaultBdaType
)

Parameters

type  Type
The System::Type of a particular Security Implementation.
defaultBdaType  BusinessDayAdjustType
new default BusinessDayAdjustType.

See Also