Click or drag to resize

QuoteClientGetOpenedOrder Method

Get opened order by ticket.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public Order GetOpenedOrder(
	int ticket
)

Parameters

ticket
Type: SystemInt32
Unique number of the order ticket.

Return Value

Type: Order
Return null if order not found, otherwise return order data.
See Also