void IEWrapper.MktDepthExchanges(DepthMktDataDescription[] depthMktDataDescriptions) { MktDepthExchanges?.Invoke(depthMktDataDescriptions); }
public void mktDepthExchanges(DepthMktDataDescription[] depthMktDataDescriptions) { MktDepthExchanges?.Invoke(new MktDepthExchangesMessage(depthMktDataDescriptions)); }