Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

FIXEdge server configuration allows to configure various auto switching options for the Initiator FIX session when there is a Backup Server for connecting via FIX protocolswitching between two endpoints of initiator FIX-session (Primary and Backup) when connection is lost.

Switching to the backup connection

...

It is possible to configure Initiator FIX Session, when FIXEdge in case of a disconnection will connect to the Backup Server. Use the following parameters to setup set the backup connection:

Code Block
titleFIXEdge.properties
FixLayer.FixEngine.Session.MySession.EnableAutoSwitchToBackupConnection = true
FixLayer.FixEngine.Session.MySession.Backup.Host = <backup server host>
FixLayer.FixEngine.Session.MySession.Backup.Port = <backup server port>

...