MT5APIOnQuoteHistory Event
|
Quote history event. Use RequestQuoteHistory to request history.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public event OnQuoteHistory OnQuoteHistory
Public Event OnQuoteHistory As OnQuoteHistory
public:
event OnQuoteHistory^ OnQuoteHistory {
void add (OnQuoteHistory^ value);
void remove (OnQuoteHistory^ value);
}
member OnQuoteHistory : IEvent<OnQuoteHistory,
EventArgs>
Value
OnQuoteHistorySee Also