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