FeeQuantityThresholdIndicator Enumeration |
Indicator flag used to determine the eligibility of fee discount based on threshold level.
Namespace:
OnixS.CmeStpHandler
Assembly:
OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax public enum FeeQuantityThresholdIndicator
Members
| Member name | Value | Description |
---|
| None | 0 |
Default value. Do not use it directly.
|
| ThresholdLevel1 | 1 |
The highest threshold level was met or surpassed.
|
| ThresholdLevel2 | 2 |
The middle threshold level was met.
|
| ThresholdLevel3 | 3 |
The lowest threshold level was met.
|
| EligibleNotMeetThresholds | 4 |
Eligible but does not meet set thresholds.
|
| EligiblePendingEvaluation | 5 |
Eligible pending evaluation.
|
See Also