Skip to main content

MarketActualEvent

Class Description

This class represents the actual instance of an event.

Attributes

NameTypeDescription
eventCommentsStringFree format comments for the event, for any purpose needed.
eventEndTimeDateTimeEnd time of the event.
eventStartTimeDateTimeStart time of the event.
eventStatusMarketEventStatusKindEvent status, e.g. active, canceled, expired, etc.
eventTypeStringActual event type.

Relationships

Ancestors

Descendents

Associations

Source ClassSource CardinalityTargetTarget CardinalitySource NameSource Assoc. DescriptionTarget NameTarget Assoc. Description
MarketActualEvent1..*MarketRun0..1MarketActualEventAll actual events that trigger this market run.MarketRunMarket run triggered by this actual event. For example, the DA market run is triggered by the actual open bid submission event and terminated by the actual execution and completion of the DA market run captured by the runState of the MarketRun.
MarketActualEvent1..*PlannedMarketEvent0..1MarketActualEventAll actual events that execute this planned event.PlannedMarketEventPlanned event executed by this actual event.