QuoteClientGetQuote Method
|
Latest quote for the symbol.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic QuoteEventArgs GetQuote(
string symbol
)
Public Function GetQuote (
symbol As String
) As QuoteEventArgs
public:
QuoteEventArgs^ GetQuote(
String^ symbol
)
member GetQuote :
symbol : string -> QuoteEventArgs
Parameters
- symbol
- Type: SystemString
Symbol for trading.
Return Value
Type:
QuoteEventArgsReturn null if no quotes for specified symbol avalible, otherwise return quote event arguments.
ExceptionsException | Condition |
---|
Exception | Symbol not subscribed. |
See Also