forwardStart Method (ICollection(GroupSubscription))   Table of ContentStop Method forward
Handler.Start Method (ICollection<MarketSubscription>)
Subscribes to the given markets. Subscribers are get notified about certain events through previously registered handlers. Notifications will occur until Stop() member will be called.

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 Start(
	ICollection<MarketSubscription> subscriptions
)

Parameters

subscriptions
Type: System.Collections.Generic.ICollection<MarketSubscription>
Collection of subscriptions each entry of which defines subscription attributes for a particular market type.
See Also