ExecutionSimulator.Probability Property

Gets or sets the probability of filling for limit orders.
public double Probability {get; set;}
This language is not supported or no code example is available.
public:  
property double Probability { 
double get( ); 
void set( 
double value 
); 
}
This language is not supported or no code example is available.
public function get Probability() : double
public function set Probability(value : double);
This language is not supported or no code example is available.

Property Value

double

The probability. Values between 0 and 1.

In this article

Definition