Click or drag to resize

MT4ManagerOrderCloseBy Method

Close market order with another order

Namespace:  mtapi.be.MT4ManagerNetApi
Assembly:  MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void OrderCloseBy(
	int login,
	int ticket,
	int byTicket
)

Parameters

login
Type: SystemInt32
ticket
Type: SystemInt32
byTicket
Type: SystemInt32
See Also