Implementations of this pure virtual class are used to prepare analytical values for display.

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

Syntax

C#
public interface DisplayFormat
Visual Basic (Declaration)
Public Interface DisplayFormat
Visual C++
public interface class DisplayFormat

Remarks

Each market may have a different convention for displaying price, yield and accrued interest. The Market instances include prepare(*)ForDisplay methods that are the conventional default.

See Also