Click or drag to resize

SessionPing(String) Method

Sends the Test Request message with the given TestReqID.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public void Ping(
	string TestReqID
)

Parameters

TestReqID  String
The TestReqID field (tag = 112) - Identifier included in Test Request message to be returned in resulting Heartbeat message. If empty then a timestamp string will be used as the value.
See Also