public virtual grpc::AsyncServerStreamingCall <global::CrossTrader.Models.Remoting.OhlcResponse> SubscribeOhlc(global::CrossTrader.Models.Remoting.TimeFrameRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_SubscribeOhlc, null, options, request));
 }
 public virtual grpc::AsyncServerStreamingCall <global::CrossTrader.Models.Remoting.OhlcResponse> SubscribeOhlc(global::CrossTrader.Models.Remoting.TimeFrameRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(SubscribeOhlc(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }