Handler.RemoveSecurityIdFilter Method |
Removes the SecurityId 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 public bool RemoveSecurityIdFilter(
int securityId
)
Parameters
- securityId
- Type: System.Int32
SecurityId value to remove from SecurityId filters.
Return Value
Type:
Boolean
true if the element is successfully
found and removed; otherwise, false.
See Also