コード例 #1
0
 public void btce_ltc_usd_depth()
 {
     try
     {
         string result = BtceApi.depth(Pair.ltc_usd.ToString());
         BtceData.insert_depth(result, Pair.ltc_usd.ToString());
     }
     catch (Exception error)
     {
         Log.error("BtceApi.depth.ltc_usd", error);
     }
 }