forwardFixingLockdownEventArgs Methods   Table of ContentFixingTransitionEventArgs Classforward
FixingLockdownEventHandler Delegate
Defines an interface through which the Handler notifies subscribers about FixingLockdownReceived event.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public delegate void FixingLockdownEventHandler(
	Object sender,
	FixingLockdownEventArgs args
)

Parameters

sender
Type: System.Object
Event source (Handler).
args
Type: OnixS.NET.ICE.iMpact.FixingLockdownEventArgs
Event data (FixingLockdownEventArgs).
See Also