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