Click or drag to resize

QuoteHistoryEventHandler Delegate

Quote history event handler;

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public delegate void QuoteHistoryEventHandler(
	Object sender,
	QuoteHistoryEventArgs args
)

Parameters

sender
Type: SystemObject
Object that sent event
args
Type: TradingAPI.MT4ServerQuoteHistoryEventArgs
Event arguments
See Also