DefaultPriceIndexFactoryaddPriceIndex(FISADate, Double) Method

Add a price index for the provided date.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public void addPriceIndex(
	FISADate date,
	double priceIndex
)

Parameters

date  FISADate
The price index date.
priceIndex  Double
The price index value.

See Also