Table of Contents

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

api ViiSyncAccountApi
Raised on the API's receive thread; keep handlers short (MT5 delegates, same shapes).
quote Quote
Raised on the API's receive thread; keep handlers short (MT5 delegates, same shapes).