Class SettlementPeriod
Information about settlement period.
Inherited Members
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class SettlementPeriod
Constructors
SettlementPeriod()
Default constructor.
Declaration
public SettlementPeriod()
Properties
StreamCommoditySettlementFlowType
Specifies the commodity delivery flow type.
Declaration
public SettlementFlowType StreamCommoditySettlementFlowType { get; set; }
Property Value
Type | Description |
---|---|
SettlementFlowType |
StreamCommoditySettlementHolidaysProcessingInstruction
Indicates whether holidays are included in the settlement periods. Required for electricity contracts.
Declaration
public SettlementHolidaysProcessingInstruction StreamCommoditySettlementHolidaysProcessingInstruction { get; set; }
Property Value
Type | Description |
---|---|
SettlementHolidaysProcessingInstruction |
StreamCommoditySettlementTimezone
Commodity delivery timezone specified as "prevailing" rather than "standard" or "daylight".
Declaration
public string StreamCommoditySettlementTimezone { get; set; }
Property Value
Type | Description |
---|---|
string |