forwardExerciseStyle Enumeration   Table of ContentFinancingDetails Classforward
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
C#
public enum FeeQuantityThresholdIndicator
Members
  Member nameValueDescription
None0 Default value. Do not use it directly.
ThresholdLevel11 The highest threshold level was met or surpassed.
ThresholdLevel22 The middle threshold level was met.
ThresholdLevel33 The lowest threshold level was met.
EligibleNotMeetThresholds4 Eligible but does not meet set thresholds.
EligiblePendingEvaluation5 Eligible pending evaluation.
See Also