Trade(Tick) Constructor
Initializes a new instance of the Trade class.
public Trade(
Tick tick
)
This language is not supported or no code example is available.
public:
Trade(
Tick^ tick
)
This language is not supported or no code example is available.
public function Trade(
tick : Tick
);
This language is not supported or no code example is available.
Parameters
-
tick
-
Tick
The tick.
In this article
Definition