Instrument.Factor Property

[Category(CATEGORY_DERIVATIVE)] 
[Description("Contract Value Factor by which price must be adjusted to determine the true nominal value of one futures/options contract. (Qty * Price) * Factor = Nominal Value")] 
[DefaultValue(0.0)] 
public double Factor {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_DERIVATIVE)] 
[Description("Contract Value Factor by which price must be adjusted to determine the true nominal value of one futures/options contract. (Qty * Price) * Factor = Nominal Value")] 
[DefaultValue(0.0)] 
public:  
property double Factor { 
double get( ); 
void set( 
double value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_DERIVATIVE) 
Description("Contract Value Factor by which price must be adjusted to determine the true nominal value of one futures/options contract. (Qty * Price) * Factor = Nominal Value") 
DefaultValue(0.0) 
function get Factor() : double
public  
Category(CATEGORY_DERIVATIVE) 
Description("Contract Value Factor by which price must be adjusted to determine the true nominal value of one futures/options contract. (Qty * Price) * Factor = Nominal Value") 
DefaultValue(0.0) 
function set Factor(value : double);
This language is not supported or no code example is available.

Property Value

double

In this article

Definition