Click or drag to resize

OnQuoteEventHandler Delegate

"New quote" event handler

Namespace:  mtapi.be.MT4ManagerNetApi
Assembly:  MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void OnQuoteEventHandler(
	MT4Manager sender,
	SymbolInfo quote
)

Parameters

sender
Type: mtapi.be.MT4ManagerNetApiMT4Manager
quote
Type: mtapi.be.MT4ManagerNetSymbolInfo
See Also