QuoteClientGetQuote Method
|
Latest quote for the symbol.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
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