Click or drag to resize

MT4Manager.GetQuote Method

Get latest quote

Namespace:  mtapi.be.MT4ManagerNetApi
Assembly:  MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SymbolInfo GetQuote(
	string symbol,
	int msTimeout = 10000
)

Parameters

symbol
Type: System.String
msTimeout (Optional)
Type: System.Int32

Return Value

Type: SymbolInfo
Exceptions
ExceptionCondition
TimeoutException
See Also