Class Autocall
Represents information about the Auto-call events
Constructors
Autocall()
Declaration
public Autocall()
Properties
DateUTC
The autocall date
Declaration
public DateTime DateUTC { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Level
The autocall level
Declaration
public Nullable<double> Level { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Payout
The autocall payout amount
Declaration
public Nullable<double> Payout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |