コード例 #1
0
ファイル: ExchangeService.cs プロジェクト: lulzzz/tradeview
 public async Task <AccountInfo> GetAccountInfoAsync(User user, CancellationToken cancellationToken)
 {
     return(await exchangeApi.GetAccountInfoAsync(user, cancellationToken).ConfigureAwait(false));
 }