Esempio n. 1
0
 public async Task <bool> SendTradeHistoryUpdate(NotifyTradeHistoryUpdate notification)
 {
     return(await SendTradeHistoryUpdate(new List <NotifyTradeHistoryUpdate> {
         notification
     }));
 }
Esempio n. 2
0
 public async Task OnTradeHistoryUpdate(NotifyTradeHistoryUpdate notification)
 {
     await Clients.All.OnTradeHistoryUpdate(notification);
 }