Delegate OnQuote
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
Raised on the API's receive thread; keep handlers short (MT5 delegates, same shapes).
public delegate void OnQuote(ViiSyncAccountApi api, Quote quote)
Parameters
apiViiSyncAccountApi- Raised on the API's receive thread; keep handlers short (MT5 delegates, same shapes).
quoteQuote- Raised on the API's receive thread; keep handlers short (MT5 delegates, same shapes).