DefaultPriceIndexFactory(TextReader) Constructor
Creates a new instance of DefaultPriceIndexFactory populated
with dates and price index values provided by a TextReader.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public DefaultPriceIndexFactory(
TextReader textReader
)
Public Sub New (
textReader As TextReader
)
Parameters
- textReader TextReader
-
A TextReader that provides the price index data.
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.