Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | Bank of America FXtransact FIX Adapter | BOA InstinctFX Trading Platform | IAF configuration
 
IAF configuration
When acting as a client to BOA, the IAF should be configured with the BOA FIX specific configuration file, the distribution version of which can be found here:
${APAMA_HOME}/adapters/config/FIX-BOA-MDA.xml.dist
For Market data, the path of the correct adapter configuration file should also be provided using the property:
<property name="AdapterConfiguration" value="${APAMA_HOME}/adapters/config/FIXTransport-BaseFIXLibrary-BOA.xml" />
Note that the requirement for a BOA specific configuration file means that, an IAF using this configuration file must be used for BOA FIX 4.4 sessions only. The FIX adapter will not inter-operate correctly with other FIX servers once it has been configured for BOA operation. If you need to connect to other FIX servers as well as BOA, the non-BOA sessions should be configured in a separate IAF instance. However, BOA and BOA session can co-exist safely within the same correlator instance.
Below properties allows user to add comma separated tag list to get in Extra parameters of Quote of respective level:
*BidLevelFixTagsSet - comma separated tag list which allows to add in bid level EP
*AskLevelFixTagsSet - comma separated tag list which allows to add in ask level EP
<property name="AskLevelFixTagsSet" value="634,355"/>
<property name="BidLevelFixTagsSet" value="632,653"/>