Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Currenex FIX Adapter | IAF adapter configuration
 
IAF adapter configuration
Currenex uses a custom data dictionary FIX42-CNX.xml. This file must be referenced by the QuickFIX.DataDictionary transport property. For example,
<property name="QuickFIX.DataDictionary"
value="${APAMA_HOME}/adapters/config/FIX42-CNX.xml"/>.
In addition, the following properties are required for Currenex connections:
<!-- Password -->
<property name="StaticField.body.A.554" value="<CURRENEX_PASSWORD>"/>
Where CURRENEX_PASSWORD is the password supplied to you by Currenex.
The supplied sample configuration file FIX-CNX-Legacy.xml.dist contains placeholders for the necessary configuration parameters. This configuration file defines two connections (CURRENEX_TRADING and CURRENEX_MARKET_DATA) using the event channel "CURRENEX_FIX" for communication with the correlator.