ExecutionSimulator.FillStopLimitOnNext Property
Gets or sets a value indicating whether [fill stop limit on next].
public bool FillStopLimitOnNext {get; set;}
This language is not supported or no code example is available.
public:
property bool FillStopLimitOnNext {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public function get FillStopLimitOnNext() : boolean;
public function set FillStopLimitOnNext(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
true
if [fill stop limit on next]; otherwise, false
.
In this article
Definition