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