TradeInfo.IsWinning Property
Gets a value indicating whether this instance is winning.
public bool IsWinning {get;}
This language is not supported or no code example is available.
public:
property bool IsWinning {
bool get( );
}
This language is not supported or no code example is available.
public function get IsWinning() : boolean;
This language is not supported or no code example is available.
Property Value
bool
true
if this instance is winning; otherwise, false
.
In this article
Definition