forwardDeliveryStream Methods   Table of ContentErrorEventArgs Classforward
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
C#
public enum DifferentialPriceType
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
DifferentialFromSettlementPrice0 Differential from Settlement Price
DifferentialBetweenLegs1 Differential between legs
See Also