コード例 #1
0
ファイル: BinanceProxy.cs プロジェクト: mscheetz/Exchange-Hub
 public IEnumerable <string> GetMarkets()
 {
     return(binance.GetTradingPairs());
 }