Class ParticipationCap
The participation cap class
public class ParticipationCap
- Inheritance
-
ParticipationCap
- Inherited Members
Constructors
ParticipationCap()
public ParticipationCap()
Properties
Cap
The cap for participation cap
public double? Cap { get; set; }
Property Value
DateUTC
The date of participation
public DateTime? DateUTC { get; set; }
Property Value
Strike
The trigger for participation cap
public double? Strike { get; set; }