DisplayFormat Interface

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

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public interface 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.

Methods

prepareForDisplay Prepare a value for display according to the implemented convention.

See Also