Trade.Direction Property
public SByte Direction {get; set;}
This language is not supported or no code example is available.
public:
property SByte Direction {
SByte get( );
void set(
SByte value
);
}
This language is not supported or no code example is available.
public function get Direction() : SByte;
public function set Direction(value : SByte);
This language is not supported or no code example is available.
Property Value
SByte
In this article
Definition