Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Deutsche Bank Autobahn FIX Adapter | IAF configuration
 
IAF configuration
Autobahn Adapter can be configured to run in two modes - Legacy and/or MDA. MDA Configuration makes use of the Market Data API of the Apama CMF and Order handling is done using the Legacy Mode.
When acting as a client to AUTOBAHN(ABFX), the IAF should be configured with the Autobahn specific configuration file, the distribution version of which can be found here:
For Autobahn Rapid platform: ${APAMA_HOME}/adapters/config/FIX-Autobahn-Rapid.xml.dist
For Autobahn FIX platform: ${APAMA_HOME}/adapters/config/FIX-Autobahn-FX.xml.dist
Autobahn uses a custom data dictionary . This file must be referenced by the QuickFIX.DataDictionary transport property.
For example, fFor Autobahn Rapid platform:
<property name="QuickFIX.DataDictionary"
value="${APAMA_HOME}/adapters/config/FIX44-Autobahn-Rapid.xml"/>
For Autobahn FIX platform:
<property name="QuickFIX.DataDictionary"
value="${APAMA_HOME}/adapters/config/FIX44-Autobahn.xml"/>
The IAF configuration file should contain appropriate host, port, sender and target CompID parameters.
For the MDA Mode the path of the correct adapter configuration file should also be provided using the property -
For Autobahn Rapid platform:
<property name="AdapterConfiguration"
value="${APAMA_HOME}/adapters/config/FIXTransport-BaseFIXLibrary-Autobahn-Rapid.xml"
/>
For Autobahn FIX platform:
<property
name="AdapterConfiguration"
value="${APAMA_HOME}/adapters/config/FIXTransport-BaseFIXLibrary-Autobahn.xml"
/>