Event Summary |
CalculationExtension | The Calculation Extension defines the interface used by the Currency Converter to communicate and control a calculation object that supplies values. |
CalculationExtensionFactory | The CalculationExtensionFactory is used to create a new instance of a CalculationExtension. Users will then need to override the CalculationExtension actions (where necessary) with their own implementations. |
Consts | The Consts event object contains a set of constants that define the various constant values for common settings, values, and configuration items in the Currency Converter. |
CurrencyConverter | The Currency Converter is designed to allow an application to get a value it can use to convert a price or value of an instrument from one currency to another. |
CurrencyConverterBaseImpl |
|
CurrencyConverterFactory | The Currency Converter Factory allows applications to create new instances of a Currency Converter. |
ErrorConsts | The Consts event object contains a set of constants that are used for the generic error handling in the Currency Converter. These constants should be used rather than the specific value in order to ensure future compatibility. |