Пример #1
0
 public void mktDepthExchanges(DepthMktDataDescription[] depthMktDataDescriptions)
 {
     MktDepthExchanges?.Invoke(new MktDepthExchangesMessage(depthMktDataDescriptions));
 }
Пример #2
0
 void IEWrapper.MktDepthExchanges(DepthMktDataDescription[] depthMktDataDescriptions)
 {
     MktDepthExchanges?.Invoke(depthMktDataDescriptions);
 }
 public void mktDepthExchanges(DepthMktDataDescription[] depthMktDataDescriptions)
 {
     MktDepthExchanges.RaiseEvent(this, new MktDepthExchangesEventArgs(depthMktDataDescriptions));
 }