/
How to specify multiple IP addresses per FIX Session

How to specify multiple IP addresses per FIX Session

FIXEdge provides the possibility to specify multiple IP addresses per FIX Session.

Specifying multiple IP addresses per FIX Session in the FIXEdge.properties file isn't allowed at this moment. Please use the corresponding parameter in the engine.properties file: Session.<SenderCompId/TargetCompId>.SourceIPaddress.

In order to do it you should:

  1. Remove or comment the line In the FIXEdge.properties file (if you added this line earlier):

    FixLayer.FixEngine.Session.<Session_Name>.SourceIPaddress = <IP address 1>, <IP address 2>...
  2. Add the line to the engine.properties file:

    Session.<SenderCompId/TargetCompId>.SourceIPaddress = <IP address 1>, <IP address 2>...
  3. Apply these steps to each FIX session you are interested in.

Related content

How to configure built-in SSL support for FIX sessions in FIXEdge
How to configure built-in SSL support for FIX sessions in FIXEdge
More like this
How to configure FIX version for the session in FIXEdge C++
How to configure FIX version for the session in FIXEdge C++
More like this
How to configure FIX sessions with different listening ports
How to configure FIX sessions with different listening ports
More like this