DefaultPriceIndexFactory(TextReader) Constructor

Creates a new instance of DefaultPriceIndexFactory populated with dates and price index values provided by a TextReader.

Definition

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

Parameters

textReader  TextReader
A TextReader that provides the price index data.

Remarks

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

See Also