OnixS C++ CME Market Data Handler  2.56.0.0
Public Types | List of all members
FlowScheduleTypes Struct Reference

The schedule according to which the electricity is delivered in a physical contract, or priced in a financial contract. More...

Public Types

enum  Enum {
  Undefined = -1, EasternOffPeak = 0, WesternOffPeak = 1, Calendar = 2,
  EasternPeak = 3, WesternPeak = 4
}
 

Detailed Description

The schedule according to which the electricity is delivered in a physical contract, or priced in a financial contract.

Member Enumeration Documentation

enum Enum
Enumerator
Undefined 

Used to identify absence of value.

EasternOffPeak 

NERC Eastern Off-Peak.

WesternOffPeak 

NERC Western Off-Peak.

Calendar 

Calendar-All Days in month.

EasternPeak 

NERC Eastern Peak.

WesternPeak 

NERC Western Peak.