MarketgetDefaultDayCountBasis(Type) Method

Returns the default DayCountBasis for the given classID, or the Market default if one doesn't exist for 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 DayCountBasis getDefaultDayCountBasis(
	Type type
)

Parameters

type  Type
The System::Type of a particular Security Implementation.

Return Value

DayCountBasis
the default DayCountBasis.

See Also