SessionHeartbeatWithTestReqIDEventHandler Delegate

FIX Antenna .NET Programmer's Guide
Represents the method that will handle an Session.HeartbeatWithTestReqIDEvent event.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public delegate void HeartbeatWithTestReqIDEventHandler(
	Object sender,
	SessionHeartbeatWithTestReqIDEventArgs args
)

Parameters

sender
Type: SystemObject
The source of the event.
args
Type: com.b2bits.FIXAntennaSessionHeartbeatWithTestReqIDEventArgs
Information about event.
See Also

Reference