BloombergLP::ball::ThresholdAggregate::ThresholdAggregate

Constructors

Synopses

Declared in <ball_thresholdaggregate.h>

Create a threshold aggregate whose threshold levels are all 0.

ThresholdAggregate();
» more...

Create a threshold aggregate having the same value as that of the specified original threshold aggregate.

ThresholdAggregate(ThresholdAggregate const& original);
» more...

Create a threshold aggregate whose threshold levels are the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel, respectively.

ThresholdAggregate(
    int recordLevel,
    int passLevel,
    int triggerLevel,
    int triggerAllLevel);
» more...

Parameters

NameDescription
originalthreshold aggregate to copy
recordLevelrecord threshold level
passLevelpass threshold level
triggerLeveltrigger threshold level
triggerAllLeveltrigger-all threshold level