[#BloombergLP-ball-ThresholdAggregate-2constructor-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ThresholdAggregate.adoc[ThresholdAggregate]::ThresholdAggregate :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<ball_thresholdaggregate.h>` Create a threshold aggregate whose threshold levels are all 0. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/ThresholdAggregate/2constructor-0e.adoc[ThresholdAggregate](); ---- [.small]#xref:BloombergLP/ball/ThresholdAggregate/2constructor-0e.adoc[_» more..._]# Create a threshold aggregate having the same value as that of the specified `original` threshold aggregate. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/ThresholdAggregate/2constructor-08.adoc[ThresholdAggregate](xref:BloombergLP/ball/ThresholdAggregate.adoc[ThresholdAggregate] const& original); ---- [.small]#xref:BloombergLP/ball/ThresholdAggregate/2constructor-08.adoc[_» more..._]# Create a threshold aggregate whose threshold levels are the specified `recordLevel`, `passLevel`, `triggerLevel`, and `triggerAllLevel`, respectively. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/ThresholdAggregate/2constructor-0c.adoc[ThresholdAggregate]( int recordLevel, int passLevel, int triggerLevel, int triggerAllLevel); ---- [.small]#xref:BloombergLP/ball/ThresholdAggregate/2constructor-0c.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | threshold aggregate to copy | *recordLevel* | record threshold level | *passLevel* | pass threshold level | *triggerLevel* | trigger threshold level | *triggerAllLevel* | trigger‐all threshold level |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#