IAF configuration
When acting as a client to Goldman Sachs FX, the IAF should be configured with the Goldman Sachs FX specific configuration file, the distribution version of which can be found here:
${APAMA_HOME}/adapters/config/FIX-GS.xml.dist
Note that the requirement for a GS-specific configuration file means that an IAF using this configuration file must be used for GS FIX sessions only. The FIX adapter will not interoperate correctly with other FIX servers once it has been configured for GS operation. If you need to connect to other FIX servers as well as GS, the non-GS sessions should be configured in a separate IAF instance. However, GS and non-GS session can co-exist safely within the same correlator instance.
As well as the standard host, port, sender and target CompID the following parameters must be supplied for GS session:
For market data session:
<property name="StaticField.body.A.553" value="Username" />
<property name="StaticField.body.A.554" value="Password" />
For trading session:
<property name="StaticField.body.A.553" value="Username" />
<property name="StaticField.body.A.554" value="Password" />
<property name="StaticField.body.D.453" value="NoPartyIDs" />
<property name="StaticField.body.D.448" value="PartyID" />
<property name="StaticField.body.D.447" value="PartyIDSource" />
<property name="StaticField.body.D.452" value="PartyRole" />