Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | UBS Fx2B FIX Adapter | IAF configuration
 
IAF configuration
When acting as a client to UBS, the IAF should be configured with the UBS specific configuration file, the distribution version of which can be found here:
${APAMA_HOME}/adapters/config/FIX-UBS.xml.dist
Note: 
The requirement for a UBS-specific configuration file means that an IAF using this configuration file must be used for UBS FIX sessions only. The FIX adapter will not interoperate correctly with other FIX servers once it has been configured for UBS operation. If you need to connect to other FIX servers as well as UBS, the non-UBS sessions should be configured in a separate IAF instance. However, UBS and non-UBS session can co-exist safely within the same correlator instance.
As well as the standard host, port, sender and target CompID parameters, the following parameters must also be supplied for the trading session:
<!-- Username/Password (supplied by UBS) -->
<property name="StaticField.body.A.553" value="@UBS_USERNAME@"/>
<property name="StaticField.body.A.554" value="@UBS_PASSWORD@"/>

<!-- Party ID (supplied by UBS) -->
<property name="StaticField.body.D.448" value="@PARTY_ID@"/>

<!-- Party ID Role (supplied by UBS) -->
<property name="StaticField.body.D.452" value="@PARTY_ID_ROLE@"/>