The FIX Engine listens on this port 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 ListenPort { get; set; }
Visual Basic
Public Property ListenPort As Integer
	Get
	Set
Visual C++
public:
property int ListenPort {
	int get ();
	void set (int value);
}

See Also