Package com.apama.ccyconverter

Event summary
CalculationExtensionThe Calculation Extension defines the interface used by the Currency Converter to communicate and control a calculation object that supplies values.
CalculationExtensionFactoryThe 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.
ConstsThe 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.
CurrencyConverterThe 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  
CurrencyConverterFactoryThe Currency Converter Factory allows applications to create new instances of a Currency Converter.
ErrorConstsThe 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.