Order.IsPartiallyFilled Property

Gets a value indicating whether this instance is partially filled.
[Browsable(false)] 
public bool IsPartiallyFilled {get;}
This language is not supported or no code example is available.
[Browsable(false)] 
public:  
property bool IsPartiallyFilled { 
bool get( ); 
}
This language is not supported or no code example is available.
public  
Browsable(false) 
function get IsPartiallyFilled() : boolean;
This language is not supported or no code example is available.

Property Value

bool

true if this instance is partially filled; otherwise, false.

In this article

Definition