BloombergLP::ball::CategoryManagerImpUtil::disableRule

Disable the rule at ruleIndex in category.

Synopsis

Declared in <ball_category.h>

static
void
disableRule(
    Category* category,
    int ruleIndex);

Description

Set the bit in the rule-mask at the specified ruleIndex in the specified category to false.

Parameters

NameDescription
categorycategory whose rule mask is updated
ruleIndexindex of the rule to disable