DisplayFormat Interface
Implementations of this pure virtual class are used to
prepare analytical values for display.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public interface DisplayFormat
Public Interface DisplayFormat
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.
prepareForDisplay |
Prepare a value for display according to the implemented
convention.
|