Instrument.Margin Property

[Category(CATEGORY_MARGIN)] 
[Description("Initial margin (used in simulations)")] 
[DefaultValue(0.0)] 
public double Margin {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_MARGIN)] 
[Description("Initial margin (used in simulations)")] 
[DefaultValue(0.0)] 
public:  
property double Margin { 
double get( ); 
void set( 
double value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_MARGIN) 
Description("Initial margin (used in simulations)") 
DefaultValue(0.0) 
function get Margin() : double
public  
Category(CATEGORY_MARGIN) 
Description("Initial margin (used in simulations)") 
DefaultValue(0.0) 
function set Margin(value : double);
This language is not supported or no code example is available.

Property Value

double

In this article

Definition