forwardRemoveSecurityIdFilter Method    Table of ContentResume Method forward
Handler.RemoveSymbolFilter Method
Removes the Symbol filter value.

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

Parameters

symbol
Type: System.String
Symbol value to remove from Symbol filters.

Return Value

Type: Boolean
true if the element is successfully found and removed; otherwise, false.
See Also