This is the default implementation of PriceIndexFactory. For maximum efficiency, this implementation maintains a list of all provided values so that the getPriceIndex() methods returns as quickly as possible.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public class DefaultPriceIndexFactory : PriceIndexFactory
Visual Basic (Declaration)
Public Class DefaultPriceIndexFactory _
	Implements PriceIndexFactory
Visual C++
public ref class DefaultPriceIndexFactory : PriceIndexFactory

Inheritance Hierarchy

System..::.Object
  com.ftlabs.fisa..::.DefaultPriceIndexFactory

See Also