• Version 4.1.0
Show / Hide Table of Contents

Class Commodity

Information about reported commodity.

Inheritance
object
Commodity
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 Commodity

Constructors

Commodity()

Default constructor.

Declaration
public Commodity()

Properties

AssetAttributes

Information about asset attributes.

Declaration
public Collection<AssetAttribute> AssetAttributes { get; }
Property Value
Type Description
Collection<AssetAttribute>

SettlementPeriods

Information about settlement periods.

Declaration
public Collection<SettlementPeriod> SettlementPeriods { get; }
Property Value
Type Description
Collection<SettlementPeriod>

StreamCommodityBase

General base type of the commodity traded.

Declaration
public string StreamCommodityBase { get; set; }
Property Value
Type Description
string

StreamCommodityDesc

Description of the commodity asset.

Declaration
public string StreamCommodityDesc { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX