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
)
Public Delegate Sub OnQuoteEventHandler (
sender As MT4Manager,
quote As SymbolInfo
)
public delegate void OnQuoteEventHandler(
MT4Manager^ sender,
SymbolInfo^ quote
)
type OnQuoteEventHandler =
delegate of
sender : MT4Manager *
quote : SymbolInfo -> unit
Parameters
- sender
- Type: mtapi.be.MT4ManagerNetApiMT4Manager
- quote
- Type: mtapi.be.MT4ManagerNetSymbolInfo
See Also