Exemplo n.º 1
0
 void IEWrapper.RerouteMktDataReq(int reqId, int conId, string exchange)
 {
     RerouteMktDataReq?.Invoke(reqId, conId, exchange);
 }
Exemplo n.º 2
0
 public void rerouteMktDataReq(int reqId, int conId, string exchange)
 {
     RerouteMktDataReq?.Invoke(new RerouteMktDataReqMessage(reqId, conId, exchange));
 }