Class Commodity
Information about reported commodity.
Inherited Members
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 |