QuoteClientOnQuoteHistory Event
|
Quote history event. Use DownloadQuoteHistory to request history.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic event QuoteHistoryEventHandler OnQuoteHistory
Public Event OnQuoteHistory As QuoteHistoryEventHandler
public:
event QuoteHistoryEventHandler^ OnQuoteHistory {
void add (QuoteHistoryEventHandler^ value);
void remove (QuoteHistoryEventHandler^ value);
}
member OnQuoteHistory : IEvent<QuoteHistoryEventHandler,
QuoteHistoryEventArgs>
Value
Type:
TradingAPI.MT4ServerQuoteHistoryEventHandler
See Also