public async Task <bool> SendOpenOrderUserUpdate(NotifyOpenOrderUserUpdate notification) { return(await SendOpenOrderUserUpdate(new List <NotifyOpenOrderUserUpdate> { notification })); }
public async Task OnOpenOrderUserUpdate(NotifyOpenOrderUserUpdate notification) { await Clients.User(notification.UserId).OnOpenOrderUserUpdate(notification); }