Click or drag to resize

QuoteHistoryEventHandler Delegate

Quote history event handler;

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
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