MarketpreparePriceForDisplay Method

Prepares a price for display according to market conventions.

Definition

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

Parameters

price  Double
The unformatted price.

Return Value

Double
A price prepared for display according to market conventions.

See Also