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