Class EventMarker
- Namespace
- Balsam.EventStudy
- Assembly
- Balsam.Backtester.dll
Encapsulates an event of interest snapped within a strategy.
public class EventMarker
- Inheritance
-
EventMarker
- Inherited Members
- Extension Methods
Properties
Date
Gets/sets the date when the event occurred.
public DateTime Date { get; set; }
Property Value
EventValue
Gets/sets an arbitrary value or object associated with the event.
public object EventValue { get; set; }
Property Value
Index
Gets/sets the index of the series when the event occurred.
public int Index { get; set; }