forwardSendTestRequest Method (String)   Table of ContentThrottle Method forward
Session.SendTestRequest Method (String, TimeSpan)
Sends the Test Request (MsgType=1) message and waits until the heartbeat message is received from the counterparty or timeout ended

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#
public virtual void SendTestRequest(
	string testReqID,
	TimeSpan timeout
)

Parameters

testReqID
Type: System.String
Identifier included in Test Request (MsgType=1) message to be returned in resulting Heartbeat (MsgType=0) message.
timeout
Type: System.TimeSpan
The maximum interval to wait until the reply is received from the counterparty.

Implements

ISession.SendTestRequest(String, TimeSpan)
See Also