Click or drag to resize

OnDealerEventHandler Delegate

"New dealer" event handler

Namespace:  mtapi.be.MT4ManagerNetApi
Assembly:  MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void OnDealerEventHandler(
	MT4Manager sender,
	Deal message
)

Parameters

sender
Type: mtapi.be.MT4ManagerNetApiMT4Manager
message
Type: mtapi.be.MT4ManagerNetDeal
See Also