Ejemplo n.º 1
0
 void IEWrapper.RerouteMktDepthReq(int reqId, int conId, string exchange)
 {
     RerouteMktDepthReq?.Invoke(reqId, conId, exchange);
 }
Ejemplo n.º 2
0
 public void rerouteMktDepthReq(int reqId, int conId, string exchange)
 {
     RerouteMktDepthReq?.Invoke(new RerouteMktDepthReqMessage(reqId, conId, exchange));
 }