Search Framework:
EventDataCollection
Namespace: WealthLab.Data
Parent: Object

The EventDataCollection class contains a collection of EventDataPoint instances associated with a symbol. Event Data Providers use EventDataCollection instances when working with event data that has been read from persistent storage.

Constructors
EventDataCollection
public EventDataCollection(string symbol)

Creates a new EventDataCollection for the specified symbol.



Members
DataPoints
public List<EventDataPoint> DataPoints

Contains the EventDataPoint instances in the collection. The List is initialized as empty when the EventDataCollection is created.


RecentItemDate
public DateTime RecentItemDate

Returns the most recent Date among the EventDataPoint instances in DataPoints. If the collection contains no EventDataPoint instances, returns DateTime.MinValue.


Symbol
public string Symbol

The symbol associated with the EventDataPoint instances in this collection.