Handler.AddSecurityIdFilter Method |
Add the Security ID 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 public void AddSecurityIdFilter(
int securityId
)
Parameters
- securityId
- Type: System.Int32
SecurityID to be used for inclusive filtering.
See Also