Class MaxPayout
Represents an maximum payout
public class MaxPayout
- Inheritance
-
MaxPayout
- Inherited Members
Constructors
MaxPayout()
public MaxPayout()
Properties
DateUTC
The date of MaxPayout
public DateTime DateUTC { get; set; }
Property Value
MaxAnnualized
The MaxAnnualized value
public double? MaxAnnualized { get; set; }
Property Value
Payout
The value of payout
public double Payout { get; set; }
Property Value
Strike
The strike value
public double Strike { get; set; }