QuoteClientOnQuoteHistory Event
|
Quote history event. Use DownloadQuoteHistory to request history.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
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