void IEWrapper.RerouteMktDepthReq(int reqId, int conId, string exchange) { RerouteMktDepthReq?.Invoke(reqId, conId, exchange); }
public void rerouteMktDepthReq(int reqId, int conId, string exchange) { RerouteMktDepthReq?.Invoke(new RerouteMktDepthReqMessage(reqId, conId, exchange)); }