DayCountBasisgetByName Method

Get a pointer to the DayCountBasis implementation that corresponds to the provided name.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public static DayCountBasis getByName(
	string name
)

Parameters

name  String
The name of a DayCountBasis implementation.

Return Value

DayCountBasis
A DayCountBasis pointer that corresponds to the provided name. If an implementation cannot be found for the provided name, then 0 is returned.

See Also