• Version 4.1.0
Show / Hide Table of Contents

Class SettlementPeriod

Information about settlement period.

Inheritance
object
SettlementPeriod
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX