Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public event OnQuote OnQuote
Public Event OnQuote As OnQuote
public:
event OnQuote^ OnQuote {
void add (OnQuote^ value);
void remove (OnQuote^ value);
}
member OnQuote : IEvent<OnQuote,
EventArgs>
Value
OnQuoteSee Also