コード例 #1
0
 public void InitializeTest()
 {
     _client = new Candleshistoryservice(new Uri(@"http://localhost:5000"));
 }
コード例 #2
0
 public PriceCandlesService(PriceCandlesSettings priceCandlesSettings, ILog log)
 {
     _log = log;
     _candleshistoryservice = new Candleshistoryservice(new Uri(priceCandlesSettings.HistoryUrl));
 }