forwardAddSecurityIdFilter Method    Table of ContentClearSecurityGroupFilters Method forward
Handler.AddSymbolFilter Method
Add the Symbol filtering value. The filter is inclusive. Note: this method can be called only when handler was in STOPPED, STARTED or SECURITY_DEFINITIONS_RECOVERY_STARTED state or from onSecurityDefinition callback. If this method will be called from other place this can lead to order book build errors for specified security.

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 AddSymbolFilter(
	string symbol
)

Parameters

symbol
Type: System.String
Symbol to be used for inclusive filtering.
See Also