forwardUnderlyingInstrument Methods   Table of ContentUnderlyingSymbolSfx Enumerationforward
UnderlyingPriceDeterminationMethod Enumeration
Specifies how the underlying price is determined at the point of option exercise. The underlying price may be set to the current settlement price, set to a special reference, set to the optimal value of the underlying during the defined period ("Look-back") or set to the average value of the underlying during the defined period ("Asian option").

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 UnderlyingPriceDeterminationMethod
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
Regular1 Regular.
SpecialReference2 Special reference.
OptimalValue3 Optimal value (Lookback).
AverageValue4 Average value (Asian option).
See Also