DifferentialPriceType Enumeration |
This indicates the type of differential price represented in the Differential Price attribute.
Supported Values:
0 - Differential from Settlement Price
1 - Differential between legs
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 DifferentialPriceType
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| DifferentialFromSettlementPrice | 0 |
Differential from Settlement Price
|
| DifferentialBetweenLegs | 1 |
Differential between legs
|
See Also