Logo
Reference manual - version ored_version
Public Member Functions | List of all members
PriceSegment::OffPeakDaily Class Reference

Class to store quotes used in building daily off-peak power quotes. More...

#include <ored/configuration/commoditycurveconfig.hpp>

+ Inheritance diagram for PriceSegment::OffPeakDaily:

Public Member Functions

 OffPeakDaily ()
 Constructor.
 
 OffPeakDaily (const std::vector< std::string > &offPeakQuotes, const std::vector< std::string > &peakQuotes)
 Detailed constructor.
 
const std::vector< std::string > & offPeakQuotes () const
 
const std::vector< std::string > & peakQuotes () const
 
void fromXML (XMLNode *node) override
 
XMLNodetoXML (XMLDocument &doc) override
 
- Public Member Functions inherited from XMLSerializable
void fromFile (const std::string &filename)
 
void toFile (const std::string &filename)
 
void fromXMLString (const std::string &xml)
 Parse from XML string.
 
std::string toXMLString ()
 Parse from XML string.
 

Detailed Description

Class to store quotes used in building daily off-peak power quotes.