DefaultPriceIndexFactory(String) Constructor
Creates a new instance of DefaultPriceIndexFactory populated with
data contained in the provided file.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public DefaultPriceIndexFactory(
string filePath
)
Public Sub New (
filePath As String
)
Parameters
- filePath String
-
The path to a file that contains the price index data.
The dates in the file must be in a format of "M/yyyy". See
loadPriceIndexValues() for a full description of the required
data format.