Class Exercise
Represents information related to exercise events either by the investor or by the issuer
Constructors
Exercise()
Declaration
public Exercise()
Properties
DateUTC
The exercise date
Declaration
public Nullable<DateTime> DateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Payout
The exercise payout amount
Declaration
public double Payout { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Type
The exercise type
Declaration
public Nullable<ExerciseType> Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ExerciseType> |