Option to improve latency at the expense of message throughput.

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 bool TcpNoDelayOption { get; set; }
Visual Basic
Public Property TcpNoDelayOption As Boolean
	Get
	Set
Visual C++
public:
property bool TcpNoDelayOption {
	bool get ();
	void set (bool value);
}

See Also