DefaultPriceIndexFactory(String) Constructor

Creates a new instance of DefaultPriceIndexFactory populated with data contained in the provided file.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public DefaultPriceIndexFactory(
	string filePath
)

Parameters

filePath  String
The path to a file that contains the price index data.

Remarks

The dates in the file must be in a format of "M/yyyy". See loadPriceIndexValues() for a full description of the required data format.

See Also