コード例 #1
0
ファイル: ExchangeService.cs プロジェクト: lulzzz/tradeview
 public void SubscribeAggregateTrades(string symbol, int limit, Action <AggregateTradeEventArgs> callback, Action <Exception> exception, CancellationToken cancellationToken)
 {
     exchangeApi.SubscribeAggregateTrades(symbol, limit, callback, exception, cancellationToken);
 }