"New quote" event
Namespace:
mtapi.be.MT4ManagerNetApi
Assembly:
MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event OnQuoteEventHandler OnQuote
Public Event OnQuote As OnQuoteEventHandler
public:
event OnQuoteEventHandler^ OnQuote {
void add (OnQuoteEventHandler^ value);
void remove (OnQuoteEventHandler^ value);
}
member OnQuote : IEvent<OnQuoteEventHandler,
EventArgs>
Value
Type:
mtapi.be.MT4ManagerNetApiOnQuoteEventHandlerSee Also