forwardGroupSubscription Class   Table of ContentGroupSubscription Propertiesforward
GroupSubscription Constructor
Initializes subscription attributes for given group name.

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 GroupSubscription(
	string groupName,
	MarketSubType marketSubType,
	BookDepth bookDepth
)

Parameters

groupName
Type: System.String
Group name.
marketSubType
Type: OnixS.NET.ICE.iMpact.MarketSubType
Market sub-type.
bookDepth
Type: OnixS.NET.ICE.iMpact.BookDepth
Book depth.
See Also