Class ParticipationCap
The participation cap class
Constructors
ParticipationCap()
Declaration
public ParticipationCap()
Properties
Cap
The cap for participation cap
Declaration
public Nullable<double> Cap { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
DateUTC
The date of participation
Declaration
public Nullable<DateTime> DateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Strike
The trigger for participation cap
Declaration
public Nullable<double> Strike { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |