Enum FeeQuantityThresholdIndicator
Indicator flag used to determine the eligibility of fee discount based on threshold level.
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum FeeQuantityThresholdIndicator
Fields
| Name | Description |
|---|---|
| EligibleNotMeetThresholds | Eligible but does not meet set thresholds. |
| EligiblePendingEvaluation | Eligible pending evaluation. |
| None | Default value. Do not use it directly. |
| ThresholdLevel1 | The highest threshold level was met or surpassed. |
| ThresholdLevel2 | The middle threshold level was met. |
| ThresholdLevel3 | The lowest threshold level was met. |