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.12.0.0
Syntax string ThreadNameSuffix { get; set; }
Property Value
Type:
StringExceptions Exception | Condition |
---|
EngineException | Thrown if the session state is not disconnected. |
Remarks This property can be used only when the session is disconnected.
See Also