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