forwardTcpNoDelayOption Property    Table of ContentUpdateSendingTimeField Property forward
ISession.ThreadNameSuffix Property
Thread name suffix for receiving ("R:threadNameSuffix") and sending ("S:threadNameSuffix") threads. If threadNameSuffix is not specified, the name of receiving and sending threads sets by default ("R:senderCompId-targetCompId")("S:senderCompId-targetCompId").

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
string ThreadNameSuffix { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
EngineExceptionThrown if the session state is not disconnected.
Remarks
This property can be used only when the session is disconnected.
See Also