forwardToString Method    Table of ContentFuturesStrategyDefinitionLeg Classforward
FuturesStrategyDefinitionEventHandler Delegate
Defines an interface whereby the Handler Notifies the subscribers about the FuturesStrategyDefinitionReceived event.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax
C#
public delegate void FuturesStrategyDefinitionEventHandler(
	Object sender,
	FuturesStrategyDefinitionEventArgs args
)

Parameters

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