| 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).
Supported values:
0 - Early
1 - Expiration
Namespace:
OnixS.CmeStpHandler
Assembly:
OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 4.4.0.0 (4.4.0)
Syntaxpublic enum OptionExerciseTimeFrame
Members|
| Member name | Value | Description |
|---|
| None | -1 |
Default value. Do not use it directly.
|
| Early | 0 |
Early.
|
| Expiration | 1 |
Expiration.
|
See Also