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