/
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 configure FIX sessions with different listening ports
How to configure FIX sessions with different listening ports
More like this
FIXEdge Java: FIX Session Configuration
FIXEdge Java: FIX Session Configuration
More like this
FIXEdge C++: FIX Session Configuration
FIXEdge C++: FIX Session Configuration
More like this
How to configure FIX Sessions with engine.properties file
How to configure FIX Sessions with engine.properties file
More like this
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