forwardMarketSubscription Constructor    Table of ContentMarketSubscription Constructor (Int32, MarketSubType, SecurityType, BookDepth)forward
MarketSubscription Constructor (Int32, SecurityType, BookDepth)
Initializes subscription attributes for given market type id.

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 MarketSubscription(
	int marketType,
	SecurityType securityType,
	BookDepth bookDepth
)

Parameters

marketType
Type: System.Int32
Market type.
securityType
Type: OnixS.NET.ICE.iMpact.SecurityType
Security type.
bookDepth
Type: OnixS.NET.ICE.iMpact.BookDepth
Book type.
See Also