Click or drag to resize

QuoteClientGetQuote Method

Latest quote for the symbol.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
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