/
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:
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>...
Add the line to the engine.properties file:
Session.<SenderCompId/TargetCompId>.SourceIPaddress = <IP address 1>, <IP address 2>...
- Apply these steps to each FIX session you are interested in.
, multiple selections available,
Related content
Configuring FIX Sessions
Configuring FIX Sessions
More like this
How to use SessionQualifier
How to use SessionQualifier
More like this
Configuring FIX endpoints
Configuring FIX endpoints
More like this
FIXEdge Java 1.11.0 and Later: Quick setup
FIXEdge Java 1.11.0 and Later: Quick setup
More like this
FIXEdge Admin REST API
FIXEdge Admin REST API
More like this
FIXEdge Transport Adaptors
FIXEdge Transport Adaptors
More like this