Versions Compared

Key

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

...

In some cases an application based on FIX Antenna can be not ready to process incoming connections, whereas it still requires services the engine provides, for example during the application initialization/shutdown processes. In this scenario the application can disable auto start of listening incoming connections in the engine's InitParameters and control listening using engine's API calls. Paused listening sockets stay opened and observable in the system, but engine doesn't accept new incoming connections in this state. The already established connections (both incoming and outgoing) stay operational as well as creation of new outgoing connections.

The feature is available since FIX Antenna C++/.NET v2.24.0

Manual start listening incoming connections

...