Click or drag to resize

SessionSequenceGapEventHandler Delegate

Represents the method that will handle an Session.SequenceGapEvent event.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public delegate void SequenceGapEventHandler(
	Object sender,
	SessionSequenceGapEventArgs args
)

Parameters

sender  Object
The source of the event.
args  SessionSequenceGapEventArgs
Information about event.
See Also