forwardNewFuturesStrategyDefinitionEventArgs Methods   Table of ContentNewOptionsMarketDefinitionEventArgs Classforward
NewFuturesStrategyDefinitionEventHandler Delegate
Defines an interface whereby the Handler Notifies the subscribers about the NewFuturesStrategyDefinitionReceived 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 NewFuturesStrategyDefinitionEventHandler(
	Object sender,
	NewFuturesStrategyDefinitionEventArgs args
)

Parameters

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