Click or drag to resize

MT5APIGetQuote Method

Latest quote for the symbol.

Namespace:  mtapi.mt5
Assembly:  mt5api (in mt5api.dll) Version: 4.6.1.4
Syntax
public Quote GetQuote(
	string symbol
)

Parameters

symbol
Type: SystemString
Symbol for trading.

Return Value

Type: Quote
Return null if no quotes for specified symbol avalible, otherwise return quote event arguments.
Exceptions
ExceptionCondition
ExceptionSymbol not subscribed.
See Also