Click or drag to resize

MT4ManagerGetQuote 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: SystemString
msTimeout (Optional)
Type: SystemInt32

Return Value

Type: SymbolInfo
Exceptions
ExceptionCondition
TimeoutException
See Also