Example #1
0
 public Task SubscribeToStreamAsync <T>(ExchangeChannel channel, IStreamSubscription subscription, Instrument?instrument = null) where T : ExchangeDto
 {
     return(_exchangeApi.SubscribeToSocketAsync <T>(channel, subscription, instrument));
 }