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