DeliveryRestriction Enumeration |
Specifies the commodity delivery flow type.
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 DeliveryRestriction
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| Firm | 1 |
Firm (Never excused of delivery obligations).
|
| Interruptable | 2 |
Interruptible or non-firm (Excused when interrupted for any reason or for no reason without liability).
|
| ForceMajeure | 3 |
Force majeure (Excused when prevented by force majeure).
|
| SystemFirm | 4 |
System firm (Must be supplied from the owned or controlled generation or pre-existing purchased power assets of the system specified).
|
| UnitFirm | 5 |
Unit firm (Must be supplied from the generation asset specified).
|
| FirmWithLiquidatingDamages | 101 |
Firm with Liquidating Damages.
|
| WsppScheduleCFirmWithLiquidatingDamages | 102 |
WSPP Schedule C Firm with Liquidating Damages.
|
See Also