Class Exercise
Represents information related to exercise events either by the investor or by the issuer
public sealed class Exercise
- Inheritance
-
Exercise
- Inherited Members
Constructors
Exercise()
public Exercise()
Properties
DateUTC
The exercise date
public DateTime? DateUTC { get; set; }
Property Value
Payout
The exercise payout amount
public double Payout { get; set; }
Property Value
Type
The exercise type
public ExerciseType? Type { get; set; }