Class UnderlyingGreekVersusBarrier
Represents the underlying greek
Constructors
UnderlyingGreekVersusBarrier(Double, Double)
Constructs the underlying greek versus barrier
Declaration
public UnderlyingGreekVersusBarrier(double level, double amount)
Parameters
Type | Name | Description |
---|---|---|
System.Double | level | The level |
System.Double | amount | The amount |
Properties
Amount
The Amount
Declaration
public double Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Level
The Level
Declaration
public double Level { get; set; }
Property Value
Type | Description |
---|---|
System.Double |