Click or drag to resize

OnQuoteHistory Delegate

Quote history event. Use RequestQuoteHistory to request history.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public delegate void OnQuoteHistory(
	MT5API sender,
	QuoteHistoryEventArgs progress
)

Parameters

sender  MT5API
 
progress  QuoteHistoryEventArgs
 
See Also