ISession.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.12.0.0
Syntax 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.
See Also