CommodityBase Enumeration |
General base type of the commodity traded.
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 public enum CommodityBase
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| Agricultural | 0 |
Agricultural.
|
| Biofuels | 1 |
Biofuels.
|
| Coal | 2 |
Coal.
|
| CommodityIndex | 3 |
Commodity Index.
|
| Crude | 4 |
Crude.
|
| Emissions | 5 |
Emissions.
|
| Frieght | 6 |
Frieght.
|
| Metals | 7 |
Metals.
|
| NaturalGas | 8 |
Natural Gas.
|
| NGLPetrochemicals | 9 |
NGL/Petrochemicals.
|
| Plastics | 10 |
Plastics.
|
| Power | 11 |
Power.
|
| Refined | 12 |
Refined.
|
| Softs | 13 |
Softs.
|
See Also