Class Description
This class represents the actual instance of an event.
Attributes
Name | Type | Description |
---|---|---|
eventComments | String | Free format comments for the event, for any purpose needed. |
eventEndTime | DateTime | End time of the event. |
eventStartTime | DateTime | Start time of the event. |
eventStatus | MarketEventStatusKind | Event status, e.g. active, canceled, expired, etc. |
eventType | String | Actual event type. |
Relationships
Inherits from
Descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
MarketActualEvent | 1..* | MarketRun | 0..1 | MarketActualEvent | All actual events that trigger this market run. | MarketRun | Market 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. |
MarketActualEvent | 1..* | PlannedMarketEvent | 0..1 | MarketActualEvent | All actual events that execute this planned event. | PlannedMarketEvent | Planned event executed by this actual event. |