Esempio n. 1
0
 public System.Threading.Tasks.Task processAlertResponseAsync(string alertID, AlgoTraderSite.UserAgent.Client.responseCodes alertResponseCode, string alertResponse)
 {
     return(base.Channel.processAlertResponseAsync(alertID, alertResponseCode, alertResponse));
 }
Esempio n. 2
0
 public void processAlertResponse(string alertID, AlgoTraderSite.UserAgent.Client.responseCodes alertResponseCode, string alertResponse)
 {
     base.Channel.processAlertResponse(alertID, alertResponseCode, alertResponse);
 }