Instrument.Strike Property
[Category(CATEGORY_DERIVATIVE)]
[Description("Instrument strike price")]
[DefaultValue(0.0)]
public double Strike {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_DERIVATIVE)]
[Description("Instrument strike price")]
[DefaultValue(0.0)]
public:
property double Strike {
double get( );
void set(
double value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_DERIVATIVE)
Description("Instrument strike price")
DefaultValue(0.0)
function get Strike() : double;
public
Category(CATEGORY_DERIVATIVE)
Description("Instrument strike price")
DefaultValue(0.0)
function set Strike(value : double);
This language is not supported or no code example is available.
Property Value
double
In this article
Definition