Click or drag to resize

QuoteClientGetQuote Method

Latest quote for the symbol.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public QuoteEventArgs GetQuote(
	string symbol
)

Parameters

symbol
Type: SystemString
Symbol for trading.

Return Value

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