Click or drag to resize

ManagerInterfaceJournalRequest Method

Requests the server logs.

Namespace:  mtapi.be.MT4ManagerApiCpp
Assembly:  MT4ManagerCpp (in MT4ManagerCpp.dll) Version: 0.0.0.0
Syntax
public ServerLog[] JournalRequest(
	int mode,
	int from,
	int to,
	string filter
)

Parameters

mode
Type: SystemInt32
from
Type: SystemInt32
to
Type: SystemInt32
filter
Type: SystemString

Return Value

Type: ServerLog
See Also