DefaultPriceIndexFactory Constructor

Creates a new instance of DefaultPriceIndexFactory without any price index values.

Definition

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

Remarks

The addPriceIndex() method, or one of the loadPriceIndexValues() methods must be called to populate the factory. Otherwise all calls to getPriceIndex() will return 0.0.

See Also