Enum DifferentialPriceType
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.dll
Syntax
public enum DifferentialPriceType
Fields
| Name | Description |
|---|---|
| DifferentialBetweenLegs | Differential between legs |
| DifferentialFromSettlementPrice | Differential from Settlement Price |
| None | Default value. Do not use it directly. |