OptionExerciseTimeFrame Enumeration |
For Exercise/Assignment Transformation, this indicates whether or not the resulting Future
was the result of an Early Exercise Instruction (Prior to Settlement Date).
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 OptionExerciseTimeFrame
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| Early | 1 |
Early.
|
| Expiration | 2 |
Expiration.
|
See Also