forwardStart Method (ReplayOptions)   Table of ContentStop Method forward
Handler.Start Method (HandlerStartupStrategy, Boolean)
Starts the receiving and processing of market data using startupStrategy and cache security definitions option.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public void Start(
	HandlerStartupStrategy startupStrategy,
	bool cacheSecurityDefinitions
)

Parameters

startupStrategy
Type: OnixS.CmeMdHandler.HandlerStartupStrategy
Market joining strategy.
cacheSecurityDefinitions
Type: System.Boolean
True if cache Security Definitions.
See Also