Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic event QuoteEventHandler OnQuote
Public Event OnQuote As QuoteEventHandler
public:
event QuoteEventHandler^ OnQuote {
void add (QuoteEventHandler^ value);
void remove (QuoteEventHandler^ value);
}
member OnQuote : IEvent<QuoteEventHandler,
QuoteEventArgs>
Value
Type:
TradingAPI.MT4ServerQuoteEventHandler
See Also