MarketsetDefaultSettlementDays(Type, Int32) Method

Change the default days to settlement 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 setDefaultSettlementDays(
	Type type,
	int defaultSettlementDays
)

Parameters

type  Type
The System::Type of a particular Security Implementation.
defaultSettlementDays  Int32
new default days to settlement.

See Also