The FIX Engine listens on these ports for incoming connections.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public int[] ListenPorts { get; set; }
Visual Basic
Public Property ListenPorts As Integer()
	Get
	Set
Visual C++
public:
property array<int>^ ListenPorts {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also