forwardHandler Methods   Table of ContentDispose Method forward
Handler.BindFeedEngine Method
Binds Feed Engine to the Handler. Handler must be in stopped state.

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 void BindFeedEngine(
	FeedEngine feedEngine
)

Parameters

feedEngine
Type: OnixS.NET.ICE.iMpact.FeedEngine
Feed engine instance.
See Also